摘要: # -*- coding:utf-8 -*- '''anslysis_doc.py 功能:解析doc文档中xml段落的个数 步骤: ''' import os import re from docx import Document def get_xml_count(path): ''' :para 阅读全文
posted @ 2022-05-27 11:56 宇宙刘 阅读(67) 评论(0) 推荐(0)