data.json" file = fs.readFileSync(pathToJson) jsonData = JSON.parse(file) jsonData.forEach(element => { console.log(element) }); ...
確定! 回上一頁