import time
import pygame
def musicopen():
file = game_music.mp3
pygame.mixer.init()
trank = pygame.mixer.music.load(file)
while True:
pyagme.mixer.music.play()
time.sleep(90)
musicopen()
#以上是代码
#歌曲名字没有写错,歌曲也和程序放在了一个文件夹里,为什么还会报错?求解答。
© 2021 Python学习网 苏ICP备2021003149号-1