from Tkinter import *. root = Tk(). photo = PhotoImage( file = 'bonhomme.gif' ). button = Button(root, image = photo). button.pack().
確定! 回上一頁