let jsZip = new JSZip();. 2. jsZip.loadAsync("./test.zip").then(function (zip) {. 3. let imagess = [];. 4. Object.keys(zip.files).
確定! 回上一頁