摘要: db_path='db.txt' #定义默认文件路径,方便修改 def get_uname(): while True: uname=input('请输入用户名:').strip() if uname.isalpha(): with open(r'%s' %(db_path),'r',encodin 阅读全文
posted @ 2019-06-08 14:47 small_white- 阅读(6025) 评论(0) 推荐(0) 编辑