2020年3月8日

摘要: 1 from lxml import etree 2 import os 3 4 5 # 查询文件夹中所有的xml文件,存到xml_files中 6 def findXmlFile(filePath): 7 xml_files =[] 8 for root, folder, files in os. 阅读全文
posted @ 2020-03-08 22:35 fengyelan2233 阅读(215) 评论(0) 推荐(0) 编辑

导航