Commit 6d62425d by BellCodeEditor

auto save

parent 273b6141
Showing with 10 additions and 4 deletions
import tkinter
form tkinter import messagebox
def login_to_reg(): # 登录界面转注册界面
app_login.root.destory()
app_login.root.destroy()
global agg_reg
agg_reg=My_register()
agg_reg.show()
def reg_to_login(): # 注册界面转登录界面
pass
agg_reg.root.destroy()
global app_login
app_login=My_login()
app_login.show()
def register(): # 注册验证
pass
name a b =tkinter.Button.get_input()
if name=="" or a=="" or b=="":
messagebox.showwarning("警告")
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