PyQt5---QLineEdit集

from PyQt5.Qt import * import sys import math class AccountTool:#账户断定类 ACCOUNT_ERROR=1 PWD_ERROR=2 SUCCESS=3 @staticmethod#定义静态方法 def check_login(account,pwd): #把账号和密码发送给服
相关文章
相关标签/搜索