摘要: import osfrom lxml import etree''' 将不规范的xml文件 规范化'''path = r"~/path"for dirs, root, filenames in os.walk(path): for filename in filenames: path_file = 阅读全文
posted @ 2023-09-02 12:42 Lyxin_c 阅读(329) 评论(0) 推荐(0) 编辑