import tkinter as tk from tkinter import * import tkinter from PIL import Image root = tk.Tk() root.title("Test") img = Image.open(".
確定! 回上一頁