初始化一个zip打包对象var zip = new JSZip(); // 创建一个被用来打包的名为Hello.txt的文件zip.file("Hello.txt", "Hello Worldn"); // 创建一个名为images的新的文件 ...
確定! 回上一頁