摘要: 一、合同模板 二、合同清单 三、代码 1 from docx import Document 2 import xlrd 3 4 def change_text(old_text, new_text): 5 all_paragraphs = document.paragraphs # 选取段落 6 阅读全文
posted @ 2020-02-16 16:38 德辰 阅读(1254) 评论(0) 推荐(0)