forEach(file => { zip.file("prueba", file) }) return zip.generateAsync({ type: 'arraybuffer', // changed from blob to arrayBuffer ...
確定! 回上一頁