from Tkinter import * root = Tk() image = PhotoImage(file='f1.gif') label = Label(root, image=image) ## When you want to change the image:
確定! 回上一頁