const zip = new JSZip(); // create a file zip.file("hello.txt", ... access the file content zip.file("hello.txt").async("string").then(function (data) ...
確定! 回上一頁