from tkinter import * from tkinter.ttk import * # creating tkinter window root = Tk() photo = PhotoImage(file ...
確定! 回上一頁