//synchronous functions may throw errors. //which can be handled using try-catch block. try {. fs.writeFileSync(path, data,{flag: 'a+' }); ...
確定! 回上一頁