Commit 97b496cd by BellCodeEditor

save project

parent 03ba1101
Showing with 5 additions and 0 deletions
......@@ -31,5 +31,10 @@ lab2.place(x=0, y=140)
lab3 = tkinter.Label(root, text='密 码', font=('宋体', 15),
fg="black",width=10, height=2)
lab3.place(x=0, y=200)
tkinter.Button(root, text='密 码', font=('宋体', 15),
fg="black",width=10, height=2,command=reg)
def reg():
e1.get()
print('...')
# 保持窗口监听,进入消息循环
root.mainloop()
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