Commit 59194d4b by BellCodeEditor

save project

parent 77552431
Showing with 4 additions and 4 deletions
...@@ -29,8 +29,8 @@ def register(): # 注册验证 ...@@ -29,8 +29,8 @@ def register(): # 注册验证
content=json.dumps(user) content=json.dumps(user)
with open('user.txt','w',encoding='utf-8')as file: with open('user.txt','w',encoding='utf-8')as file:
file.write(content) file.write(content)
messagebox.showinfor('nb') messagebox.showinfo('nb')
login_show()
def login(): # 登录验证 def login(): # 登录验证
pass pass
......
{"admin": "123456"} {"admin": "123456", "12": "12", "anfb": "12", "SD": "12", "YY": "12", "YYR": "12", "EEE": "123"}
\ No newline at end of file \ 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