fs.appendFile(fileName,fileContent,function(err){ if(err){ throw err; return; } });
貌似之前我的代码是可以用的,可是今天拿出来测试发现不行了?不知道什么情况
请各位帮忙!看看,有没有遇到的