import tkinter win = tkinter.Tk() win.geometry("800x600+200+200") win.mainloop()
800宽,600高,位置200,200
Python
(1)
收藏
我要回答
暂无回答
我要回答