generateAsync ({type:"blob"}) .then(function(content) { // see FileSaver.js saveAs(content, "example.zip"); }); // 解壓 var zip = new ...
確定! 回上一頁