import Tkinter import threading win = Tkinter.Tk() win.title("GIF TEST") ship2 = Tkinter.PhotoImage(file="images\shippic2.gif") label2 = Tkinter.
確定! 回上一頁