var fs = require("fs"); var path = "c:\\Temp\\Test.txt"; fs.readFile(path, "utf8", function(error, data) { if (error) { console.error("read ...
確定! 回上一頁