import tkinter as tk from tkinter import ttk from os import walk from PIL import Image, ImageTk class Gui: def __init__(self): ...
確定! 回上一頁