可以快速上手的开发文档
第一种使用pygame模块pygame.mixer.init()pygame.mixer.music.load(self.wav_file)pygame.mixer.music.set_volume(0.5)py..