點(diǎn)擊后光盤(pán)不停止轉(zhuǎn)動(dòng),音樂(lè)也不停止,求解答
點(diǎn)擊后光盤(pán)不停止轉(zhuǎn)動(dòng),音樂(lè)也不停止,求解答 music.addEventListener("touchstart",function(event) { if (audio.paused) { audio.play(); this.setAttribute("class","play"); }else{ audio.pause(); this.setAttribute("class",""); }; },false);
2016-10-15