zip.file("hello.txt").async("string").then(function (data) { // data is "Hello World\n" }); if (JSZip.support.uint8array) ...
確定! 回上一頁