1、问题 from multiprocessing import * import time def fun1(): print("播放音乐") time.sleep(5) print("播放下一首") def fun2(): print("游戏开始") time.sleep(