生成汉字word模板 python使用查找替换功能更改word字符模板中的文字,生成字符模板 环境: python2.7 win32com安装: pip install pypiwin32 使用方法: 1.建立一个word模板 0.docx ,(见示例0.docx) 2.更改out.py中的字符串 ww = u'样好大家好这' 为要生成的所有字符,第一个字符为建立的模板 0.docx 中的字符. 3.运行 out.py python out.py