generateAsync({type:"blob"}) .then(function (blob) { saveAs(blob, "hello.zip"); }); ... Franz Buchinger has written a brilliant tutorial on using JSZip with ...
確定! 回上一頁