摘要: import pygame import random import sys # 初始化游戏 pygame.init() width, height = 800, 600 screen = pygame.display.set_mode((width, height)) pygame.display 阅读全文
posted @ 2025-06-21 22:25 叶柯鑫 阅读(55) 评论(0) 推荐(0)