摘要:
#author:徐征 f= open("acount",mode="r",encoding="utf8") x = f.readlines() p=[] d={} for i in range(len(x)): p.append(x[i].strip().split("---")) d[p[i][0]] = p[i][1] f1=open("lock",mode="a+",en... 阅读全文
posted @ 2017-04-09 19:13
征丶
阅读(140)
评论(1)
推荐(0)
2017年4月9日