python窗口居中显示 import tkinter as tkroot = tk.Tk()frmLogin= tk.Frame(root)frmShow = tk.Frame(root)frmCmd = tk.Frame(root)photoopen = tk.PhotoImage(file="open.gif")photoerr = tk.PhotoI python 2024-01-06 205 点赞 3 评论 310 浏览