自动随机歌曲

master
cp 2021-11-23 17:53:26 +08:00
parent a0ad95dc60
commit bbbc21bad5
1 changed files with 5 additions and 4 deletions

View File

@ -201,6 +201,7 @@ $(function(){
})
},4000)
// 自动切歌
changeMusic();
var audio=document.getElementById('music');
if(audio){
audio.loop = false;