Commit d6d16f63 by BellCodeEditor

save project

parent 0651e310
Showing with 9 additions and 2 deletions
import tkinter import tkinter as tk
root=tk.Tk()#创建
root.title('注册窗口')
root.geometry('400x300+490+190')
la=tk.Label(root,text=(''),font=('',15),fg='white',width=40,high=2,bg='blue')
ent=tk.Entry(root,show=None,font=('宋体',14),bg="light grey",width=18)
ent.place(x=120,y=30)
root.mainloop()#保持窗口显示
\ 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