grid 可以想像成是表格式的排列方法,可以利用控制row(列)以及column(行)來有規律地規劃元素。 test = tk.Button(text="測試") test.grid(row=0,column=1) test2 = tk.
確定! 回上一頁