Commit 5398f794 by BellCodeEditor

save project

parent 5e6d529c
Showing with 3 additions and 3 deletions
......@@ -32,7 +32,7 @@ def register(): # 注册验证
with open("C:\\Users\\Administrator\\Documents\\level3-lesson18-diy2\\user.txt","w",encoding="utf-8") as f:
f.write(content)
messagebox.showinfo('成功','注册成功')
login.show()
reg_to_login()
def login(): # 登录验证
......
{"admin": "123456"}
\ No newline at end of file
{"****": "1097"}
\ 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