标签:pass word 输入 span input user int username col
导入getpass模块
import getpass username = input("username:") password = getpass.getpass("password") print(username,password)
标签:pass word 输入 span input user int username col
原文地址:http://www.cnblogs.com/cheng662540/p/8007072.html