function PlayMusic(id) { audio = new Audio(); audio.src = id + ".mp3"; audio.play(); }. Please show me how to solve this problem or point me ...
確定! 回上一頁