事件Events. 事件監聽寫法與先前介紹的其他播放器類似 videojs物件.on("事件名",回呼函式). 例如: player.on("playing",()=>{ console.log("播放影片") }).
確定! 回上一頁