var jsZip = require('jszip') jsZip.loadAsync(file).then(function(zip) { Object.keys(zip.files).forEach(function(filename) ...
確定! 回上一頁