Audio play () 方法Audio 对象实例带有播放和暂停按钮的一段音频: [mycode2] var x = document.getElementById('myAudio'); function playAudio() { x.play(); } ...
確定! 回上一頁