1
1867
3
0
import re class Lib(): def __init__(self): self.dict_1 = {"admin":"123456"}#用于储存用户名和密码 ...