fs.renameSync(file,backup); fs.readFile(backup, "UTF-8", function(err, data) { if (err) { throw err; } // Obfuscate content of the JS file
確定! 回上一頁