getResAsync('img_zip').then((data) => { // 解壓,讀取 JSZip.loadAsync(data).then((zipdata) => { // 把數據解析爲base64 return ...
確定! 回上一頁