摘要: 代码: import pygame, sys pygame.init() screenGameCaption = pygame.display.set_caption("Ball game") screen = pygame.display.set_mode([680, 480]) screen.f 阅读全文
posted @ 2022-12-01 18:31 hhd- 阅读(364) 评论(0) 推荐(0)