const fs = require("fs"); function fsRead(path){//封装读取文件函数return new Promise((resolve,reject)=>{ fs.readFile(path,{ encoding:"utf-8" } ...
確定! 回上一頁