Commit 66441338 by BellCodeEditor

save project

parent a3af18b2
Showing with 4 additions and 0 deletions
......@@ -28,6 +28,10 @@ def register(): # 注册验证
messagebox.showerror("错误","两次密码不一致")
else:
zd[name] = mima1
info2 = json.dumps(zd)
with open("user.txt","w",enoding="utr-8") as f3:
f3.write(info2)
reg_to_login()
def login(): # 登录验证
pass
......
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