readFileSync() is for reading files synchronously. fs.readFile('file.txt', function(err, data) { if (err) return callback(err);
確定! 回上一頁