const fs = require('fs') readFile('customers.json').then(function(data){ }) function readFile(filePath) { return new ...
確定! 回上一頁