摘要: 主要分为3个步骤,解压docx文件,压缩图片,压缩文件,需要用到zipfile和pillow 1. 解压docx文件 import zipfile zip_file = zipfile.ZipFile("./test.docx") zip_file.extractall("./test") zip_ 阅读全文
posted @ 2023-12-19 21:19 wstong 阅读(20) 评论(0) 推荐(0) 编辑