const readFilePromise = util.promisify(fs.readFile) async function(){ const data = await readFilePromise; console.log(data); } ...
確定! 回上一頁