notion小技巧在控制台里输入以下代码可使用测试中的中文版。 var xhr = new XMLHttpRequest(); xhr.open("POST", "/api/v3/setlocale", true); xhr.setRequestHeader('content-type', 'application/json'); var sendData = {"locale":"zh-CN"}; xhr.send(JSON.stringify(sendData));