import tkinter as tk from tkinter import ttk root = tk.Tk() container = ttk.Frame(root) canvas = tk.Canvas(container) scrollbar = ttk.
確定! 回上一頁