Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我如何将简单的文本(例如“Hello world”)写入文件?我必须使用 JavaScript,并且代码必须在 Mac OS 上运行。
安全限制不允许 javascript 通过浏览器访问本地文件系统。 但是您可以使用Node.js解释器来运行 javascript“服务器端”。 如果是这种情况,您的代码应该看起来像这样。