2. 設定Scrollbar 元件的command 選項為該元件的yview() 方法。 import tkinter as tk root = tk.Tk() sb = tk.Scrollbar(root) sb.pack(side="right" ...
確定! 回上一頁