摘要:
f = open("text.txt","r") user_pass = {} for line in f: u,p = line.split(',') user_pass[u] = p.strip() f = open("lock_a.txt","r") data = f.read() count = 0 lock_a = None sign = True while... 阅读全文
posted @ 2018-04-22 21:48
红星二锅头
阅读(154)
评论(0)
推荐(0)

浙公网安备 33010602011771号