1
1867
3
0
import re class Lib(): def __init__(self): self.dict_1 = {"admin":"123456"}#用于儲(chǔ)存用戶名和密碼 ...