摘要: # -*- coding:utf-8 -*-import sysimport pygame pygame.init()size = width, height = 640, 480 screen = pygame.display.set_mode(size)color = (0,0,0) ball 阅读全文
posted @ 2022-12-03 12:31 liujunyang 阅读(32) 评论(0) 推荐(0)