fs.readFile(filename, [encoding], [callback(err,data)]). 由於該方法屬於fs模塊,使用前需要引入fs模塊(var fs= require(“fs”) ). 接收參數:.
確定! 回上一頁