addEventListener('change', function(e){ const f = e.target.files[0]; JSZip.loadAsync(f).then(function(zip){ // ZIP の読み込み return ...
確定! 回上一頁