摘要:
画笔&橡皮擦 1 from tkinter import * 2 3 win_width = 900 4 win_height = 500 5 6 7 class Application(Frame): 8 9 def __init__(self, master=None, bgcolor='#00 阅读全文
posted @ 2020-09-25 17:04
Xujie_0528
阅读(637)
评论(0)
推荐(0)