const fs = require('fs'); const getFileData = function(filePath, callback) { fs.readFile(filePath, 'utf-8', (err, result) => { if(result === ...
確定! 回上一頁