const fs = require('fs/promises'); (async function(path) { try { await fs.readFile(path, 'utf8' ); console.log(`读取文件成功${path}`); } ...
確定! 回上一頁