我想用 import fs from 'fs' 在JavaScript 中。这是一个示例: import fs from 'fs' var output = fs.readFileSync('someData.txt') console.log(output)
確定! 回上一頁