此外,你並不用提前指出網格(grid 分佈給元件的位置稱為網格)的尺寸,因為管理器會自動計算。 import tkinter as tk root = tk.Tk() # column 預設值是0 ...
確定! 回上一頁