index.js: import fs from "fs"; import path from "path"; const data = fs.readFileSync(path.join(__dirname, "data.json"), ...
確定! 回上一頁