from tkinter import * import os from PIL import Image,ImageTk root = Tk() root.title('My first GUI') root.geometry('{}x{}'.format(460, ...
確定! 回上一頁