Because you set the song url at line 73 const track = new Audio(songs[id].url) once only when creating the app. you need to use {{songs[id].url}} as ...
確定! 回上一頁