var bl = window.URL.createObjectURL(xhr.response) var zip = new JSZip(); zip.file(bl); zip.generateAsync({type:"blob"}) .then(function(content) ...
確定! 回上一頁