import tkinter as tk import tkinter.ttk as ttk class App(ttk.Frame): def __init__(self, parent): ttk.Frame.__init__(self, parent, ...
確定! 回上一頁