pause 可用于暂停正在播放的播放器的播放。 var myPlayer = videojs('some-player-id'); myPlayer.src('http://www.example.com/path/to/video.mp4'); ...
確定! 回上一頁