摘要: # -*- coding:utf-8 -*- import time start = time.clock() data=open("Data.txt","r") PipeiData=open("PipeiData.txt","r") #目标文件,所有匹配数据产出在该文件中 result=open("result.txt","w") dict={} for k in data: ... 阅读全文
posted @ 2016-08-06 13:32 Xiao|Deng 阅读(637) 评论(0) 推荐(0) 编辑