我一直在使用JSZip在Javascript中读写zip文件。 ... var content = zip.generate({type:"blob"}); saveAs(content, "lin-export.zip"); return false; ...
確定! 回上一頁