點擊后光盤不停止轉動,音樂也不停止,求解答
點擊后光盤不停止轉動,音樂也不停止,求解答 music.addEventListener("touchstart",function(event) { if (audio.paused) { audio.play(); this.setAttribute("class","play"); }else{ audio.pause(); this.setAttribute("class",""); }; },false);
點擊后光盤不停止轉動,音樂也不停止,求解答 music.addEventListener("touchstart",function(event) { if (audio.paused) { audio.play(); this.setAttribute("class","play"); }else{ audio.pause(); this.setAttribute("class",""); }; },false);
2016-10-10
舉報
2016-10-15