摘要: import re from numpy import * def getStr(file_path,file_path1): fp = open(file_path, 'r') op = open(file_path1,'w') for eachline in fp.readlines(): lines = re.split("\t| |\n",each... 阅读全文
posted @ 2018-04-24 18:49 fourmii 阅读(5332) 评论(0) 推荐(1) 编辑