JSZip.loadAsync(f). 4 .then(function(zip) {. 5. console.log('zip', zip). 6. zip.forEach(function (relativePath, zipEntry) { // 2) print ...
確定! 回上一頁