Commit 2c7afba1 by BellCodeEditor

save project

parent c5b63b6a
Showing with 9 additions and 2 deletions
import tkinter
def register():
print("点击提交")
root = tkinter.Tk()
root.title("注册")
root.geometry("400x320+500+300")
......@@ -24,8 +31,8 @@ lab2.place(x=60,y=140)
lab2 = tkinter.Label(root, text='确认密码', font=('宋体',12),fg="pink")
lab2.place(x=50,y=200)
button1 = tkinter.Button(root, text='提交', bg="lightgreen",width=15,command=register)
button1.place(x=150, y=250)
......
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