摘要: 编写登陆接口: 输入用户名密码 认证成功后显示欢迎信息 输错三次后锁定 1 #Author:ersa 2 import getpass,os,sys 3 4 #读取账户信息到内存中 5 try: 6 accounts_file = open("E:/LinuxStudy32/Python/accou 阅读全文
posted @ 2016-12-15 11:03 尔撒 阅读(220) 评论(0) 推荐(0)