generateAsync ({type:"blob"}); .then(function(content) { // see FileSaver.js saveAs(content, "example.zip"); });. 以上例子最后一步导出zip文件 ...
確定! 回上一頁