function readFilePromise(path, encoding = "utf8") {; const promise = new Promise((resolve, reject) => {; fs.readFile(path, (err, data) => {
確定! 回上一頁