getBinaryContent(uri, (err, data) => { if (err) { reject(err) } else { resolve(data) } }) }) const zip = await JSZip.loadAsync(data) zip.
確定! 回上一頁