摘要: import osimport xml.dom.minidomdef replace_value(xmlpath, tag_name, n): try: # 文件读取 dom = xml.dom.minidom.parse(xmlpath) root = dom.documentElement # 阅读全文
posted @ 2020-03-25 14:37 gavincc 阅读(263) 评论(0) 推荐(0) 编辑