const zip = new JSZip(); // create a file zip.file("hello.txt", ... generateAsync({type : "string"}); } // read a zip file zip.
確定! 回上一頁