JSZip.loadAsync(f) .then(function(zip) { vm.$data.zipFileArry = []; zip.forEach(function(relativePath, zipEntry) { let name = zipEntry.name;
確定! 回上一頁