摘要: #!/usr/bin/env python #_*_coding:utf-8 _*_ ''' name = input("what is your name?") print("hello"+ name) #密码不可见 import getpass pwd = getpass.getpass("请输入密码:") print("pwd") #用户登录验证 import getpass nam... 阅读全文
posted @ 2017-04-24 18:46 小世界大不同 阅读(68) 评论(0) 推荐(0)