Commit 59194d4b by BellCodeEditor

save project

parent 77552431
Showing with 4 additions and 4 deletions
......@@ -29,8 +29,8 @@ def register(): # 注册验证
content=json.dumps(user)
with open('user.txt','w',encoding='utf-8')as file:
file.write(content)
messagebox.showinfor('nb')
login_show()
messagebox.showinfo('nb')
def login(): # 登录验证
pass
......
{"admin": "123456"}
\ No newline at end of file
{"admin": "123456", "12": "12", "anfb": "12", "SD": "12", "YY": "12", "YYR": "12", "EEE": "123"}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment