摘要: 自定义类如下 from tkinter import *import randomimport time class Ball: def __init__(self,canvas, color): self.canvas = canvas self.id = canvas.create_oval(1 阅读全文
posted @ 2020-01-31 16:14 DerekHan 阅读(5782) 评论(0) 推荐(0) 编辑