热门

最新

红包

立Flag

投票

同城

我的

发布
m0_66501929
软件测试新星1220
4 年前
truem0_66501929

也可以先尝试重启电脑,断开防火墙。用这个方法这个最好用管理员的命令提示符

系统出现0x80004005错误代码快速解决方法

CSDN App 扫码分享
分享
评论
1
打赏
  • 复制链接
  • 举报
下一条:
import pygameimport sysclass AlienInvasion: def _init_(self): pygame.init() self.screen = pygame.display.set_mode((1200,800)) pygame.display.set_caption("Alien Invasion") def run_game(): while True: for event in pygame.event.get(): if event.type == pygame.QUIT: sys.exit() pygame.display.flip()ai = AlienInvasionai.run_game()#外星人入侵
立即登录