Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在 videojs 播放器的主视频之前播放广告,当我播放广告时,我的视频中不需要任何控件。如何更改兴奋的 videojs实例上的控件列表?
videojs("video_id").controls(false)将禁用控件(其中“video_id”是您的视频元素的 id)。
videojs("video_id").controls(false)