const JSZip = require('jszip');. const result = await JSZip.loadAsync(archive);. result.forEach((path, entry) => console.log(entry.name));.
確定! 回上一頁