const zip = new JSZip(); // create a file zip.file("hello.txt", "Hello World\n"); // create a file and a folder zip.file("nested/hello.txt", ...
確定! 回上一頁