摘要: >>> from docx import Document >>> word=Document(r'F:\word练习\qq.docx') >>> for 段落 in word.paragraphs: print(段落.text) 标题一 我是二级标题 今天下午下雨,但是我还是觉得好热 我是一级标题 阅读全文
posted @ 2020-07-01 23:51 马蹄哒哒 阅读(256) 评论(0) 推荐(0)