摘要:
import os count=0 path=r'E:\PYTHON学习\excises\day10\infomation.txt' def make_dic(): '''将文件转化为列表套字典''' with open(path,'r',encoding='utf-8') as f: l1=[{'staff_id': i.split(',')[0], ... 阅读全文
posted @ 2017-06-17 23:43
dragonbird
阅读(541)
评论(0)
推荐(0)

浙公网安备 33010602011771号