基本用法如下: import tkinter as tk root = tk.Tk() scrollbar = tk.Scrollbar(root).pack() root.mainloop(
確定! 回上一頁