此外,你并不用提前指出网格(grid 分布给组件的位置称为网格)的尺寸,因为管理器会自动计算。 import tkinter as tk root = tk.Tk() # column 默认值是0 tk.Label(root, ...
確定! 回上一頁