Commit 479af2a7 by BellCodeEditor

auto save

parent 87b53095
Showing with 2 additions and 0 deletions
......@@ -23,5 +23,7 @@ lab.place(x=0,y=0)
lab1 = tkinter.Label(root, text='用户名', font=('宋体', 15),fg="black")
lab1.place(x=50,y=80)
# 保持窗口监听,进入消息循环
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