登陆

音乐导入错误

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()

#以上是代码

#歌曲名字没有写错,歌曲也和程序放在了一个文件夹里,为什么还会报错?求解答。

# Python入门 # Python进阶
辉1559 天前2033 次浏览

全部回复(0)我要回复

暂无评论~
  • 取消回复
  • © 2021 Python学习网 苏ICP备2021003149号-1