慕设计_9527
2021-03-16 00:25
# 生成word试卷 def createPaper(filename, papername, questionlist): document = Document() # 页眉页脚的信息 section = document.sections[0] header = section.header p1 = header.paragraphs[0] p1.text = papername footer = section.footer p2 = footer.paragraphs[0] p2.text = "内部试题,禁止泄露."
还没有人回答问题,可以看看其他问题
Python办公自动化
49027 学习 · 163 问题
相似问题