摘要: async countPptxSlides(file) { const zip = new JSZip() const zipFile = await zip.loadAsync(file) const presentationEntry = Object.values(zipFile.files) 阅读全文
posted @ 2023-03-31 17:11 zy-lzh 阅读(126) 评论(0) 推荐(0)