实例. 带有播放和暂停按钮的一段视频: var myVideo=document.getElementById("video1"); function playVid() { myVideo.play() ; } function pauseVid() ...
確定! 回上一頁