import tkinter as tk from tkinter import ttk from tkinter import END class App: def __init__(self,master): self.notebook = ttk.
確定! 回上一頁