xml2txt todolater
摘要:#!/usr/bin/python# -*- coding: UTF-8 -*-import osdef xml2txt(xml_path, txt_path, txt_name): files = os.listdir(xml_path) txt_path_cur = txt_path + txt
阅读全文
posted @ 2017-04-24 06:06
posted @ 2017-04-24 06:06