摘要: 需求:.编写登录接口·输入用户名密码·认证成功后显示欢迎信息·输错三次后锁定 # Author rendeleiwhile True: list1 = [] list2 = [] count = int(3) f = open("login.txt",‘w+’) for line in f: hos 阅读全文
posted @ 2017-03-14 20:00 伊川草 阅读(198) 评论(0) 推荐(0)