const archive = await unzipper.Open.file(zipfile); for (const file of archive.files) { if (file.type == 'Directory') continue; const filepath = ~~~~ const ...
確定! 回上一頁