摘要: import pygame import time pygame.init() screen = pygame.display.set_mode((200, 100)) bb=pygame.mixer.Sound('酒醉的蝴蝶.ogg') a=pygame.mixer.get_num_channel 阅读全文
posted @ 2020-07-03 10:33 天子骄龙 阅读(846) 评论(0) 推荐(0)
摘要: import pygame import time pygame.init() screen = pygame.display.set_mode((200, 100)) bb=pygame.mixer.Sound('酒醉的蝴蝶.ogg') #载入音乐并返回其对象 #【不能载入mp3】 #可以从OGG 阅读全文
posted @ 2020-07-03 08:56 天子骄龙 阅读(2019) 评论(0) 推荐(0)