const writeFile = util.promisify(fs.writeFile); async function main() { const fileContent = await readFile("./file.txt", "utf-8");
確定! 回上一頁