jszip .loadAsync(arrayBuffer) .then(({ files }) => { const txtFiles ... forEach(i => { blob = new Blob([i], { type: 'image/jpeg', }); ...
確定! 回上一頁