【代碼】Python播放MP3音頻文件

按推薦順序排列python ①使用playsound庫web from playsound import playsound playsound('xx.mp3') ②使用pygame庫svg from pygame import mixer import time mixer.init() mixer.music.load('xx.mp3') mixer.music.play() time
相關文章
相關標籤/搜索