摘要: def readfies(file): #定义读取用户账号和密码的函数,返回一个包含用户名和密码字典的列表 li1=[] with open(file,"r+",encoding="utf-8")as user: users=user.readlines() for i in users: i = 阅读全文
posted @ 2021-02-22 10:26 菜鸟阿呆 阅读(94) 评论(0) 推荐(0) 编辑