jem*_*emz 7 javascript node.js
请问,javascript中file_put_contents的等价物是什么?
先感谢您.
在JavaScript?没有.
在NodeJS?是的,它被称为writeFile.这是文档中的示例:
Run Code Online (Sandbox Code Playgroud)fs.writeFile('message.txt', 'Hello Node', function (err) { if (err) throw err; console.log('It\'s saved!'); });
| 归档时间: |
|
| 查看次数: |
4789 次 |
| 最近记录: |