搭配Listbox組件方法: import tkinter as tk. root = tk.Tk(). scrollbar = tk.Scrollbar(root). scrollbar.pack(side=tk.RIGHT, fill=tk.Y).
確定! 回上一頁