Example: python tkinter image import tkinter as tk from PIL import Image, ImageTk root = tk.Tk() img = Image.open("path\\to\\imgage.jpg") img ...
確定! 回上一頁