javascript怎么实现读写文件在浏览器中做不到,使用javascript服务器端运行环境可以做到,比如可以使用node.js来做。 如:fs.writeFile('xxx.txt', 'Hello Node', function2023-04-08JavaScript210