// fs.writeFile('logs/hello.log','hello \n',(error) => {
// if (error) {
// console.log(error);
// } else {
// console.log('ok');
// }
// });
// fs.writeFile('logs/hello.log','hello \n',(error) => {
// if (error) {
// console.log(error);
// } else {
// console.log('ok');
// }
// });
本文标题:Node.js写入文件
本文链接:https://www.haomeiwen.com/subject/coibpftx.html
网友评论