generateAsync({type:"blob"}) .then(function(content) { // see FileSaver.js saveAs(content, "example.zip"); }); });. And trying to download after clicking a ...
確定! 回上一頁