readFile (fileName [,options], callback) 可以讀取檔案。 ... readFile('TestFile.txt', function (err, data) { if (err) throw err; console.log(data.
確定! 回上一頁