June 21, 2020June 21, 2020Uncategorized word中批量插入图片的python程序 如题:直接上代码,运行程序前需要把图片整理好。 from os import listdir from docx import Document # 需要使用pip install python-docx 安装扩展库python-docx from docx.shared import Inches myDocument = […]