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 124 点赞 1 评论 187 浏览