摘要: #coding:utf-8 __author__ = 'hdfs' def getDictFromFile(file): info={} with open(file,'r') as f: for line in f: stuid,name,qq,www,score,role=[x.strip() for x in line.split(... 阅读全文
posted @ 2016-04-17 00:41 similarface 阅读(316) 评论(0) 推荐(0) 编辑