const fs = require('fs') function readDemo1(file1) { return new Promise(function (resolve, reject) { fs.readFile(file1, 'utf8', function ...
確定! 回上一頁