Node.js追加信息
2018-07-16 本文已影响0人
pokeey
// fs.appendFile('logs/hello.log','ZF \n',(error) => {
// if (error) {
// console.log(error);
// } else {
// console.log('ok');
// }
// });
// fs.appendFile('logs/hello.log','ZF \n',(error) => {
// if (error) {
// console.log(error);
// } else {
// console.log('ok');
// }
// });