這是一個示例: import fs from 'fs' var output = fs.readFileSync('someData.txt') console.log(output) 使用 node main.js 執行檔案時遇到的錯誤是:
確定! 回上一頁