Node.js 的fs module ,是用來操作實體檔案,可以同步或非同步存取檔案系統操作。 ... readFile('TestFile.txt', function (err, data) { if (err) throw err; ...
確定! 回上一頁