var JSZip = require('JSZip'); fs.readFile{ filePath, function(err, data) { if (!err) { var zip = new JSZip(); zip.loadAsync(data).then ...
確定! 回上一頁