Commit 7b11c30d by BellCodeEditor

save project

parent ae29aa07
Showing with 1 additions and 2 deletions
......@@ -30,6 +30,7 @@ def register(): # 注册验证
user[name]= password1
q=json.dumps(user)
a.write(q)
reg_to_login()
def login(): # 登录验证
pass
......
{"admin": "123456", "111": "222", "111111": "2"}
\ 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