Copy var fs = require('fs'); console.log('Going to delete an existing File'); fs.unlink('newfile.txt', function(err) { if (err) {/* ww w .j a v a 2 s. c o ...
確定! 回上一頁