Video pause () 方法Video 对象实例带有播放和暂停按钮的一段视频: var x = document.getElementById('myVideo'); function playVid() { x.play(); } ...
確定! 回上一頁