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