import time # pygame import pygame print("欢迎使用本程序") time.sleep(1.8) print("播音系统已启动") print("*************") pygame.mixer.init() pygame.mixer.music.load("./venv/res/黄昏.mp3") pygame.mixer.music.play() time.sleep(30) pygame.mixer.music.stop()
原创文章,作者:bd101bd101,如若转载,请注明出处:https://blog.ytso.com/272649.html