• 2024-12-06pygame.display 创建窗口
    1importpygame23defmain():4#1.创建窗口5chuangkou=pygame.display.set_mode((493,770))6pygame.display.set_caption('飞机大战小游戏')7#2.加载背景图8bg=pygame.image.load('img/bg.png')9#3.窗口贴图10