1.py 136 Bytes Edit 1 2 3 4 5 6 7 8 9 10 import tkinter root=tkinter.Tk() root.title("注册") root.geometry("400x320+500+300") root.mainloop()