返回顶部
摘要: from docx import Document from docx.oxml.ns import qn from docx.shared import Pt, RGBColor doc = Document('file/春晓.docx') for para in doc.paragraphs: 阅读全文
posted @ 2022-09-22 10:03 gz_zyg 阅读(1582) 评论(0) 推荐(0)