from tkinter import * from PIL import ImageTk, Image from time import * class Arrow(): def __init__(self): self.root = Tk() self.canvas ...
確定! 回上一頁