forEach(async (file) => { const contents = await fs.readFile(file, 'utf8') console.log(contents) }) } printFiles().
確定! 回上一頁