04 2017 档案

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 ramboly 阅读(194) 评论(0) 推荐(0)