videojs默认就是时间是倒数的,并不是所谓的负数,如果你想要使用正常播放器的话`<style type="text/css">.video-js .vjs-time-control{display:block;}.video-js .vjs-remaining-time{display: none;}</style>`你可以尝试一下
videojs默认就是时间是倒数的,并不是所谓的负数,如果你想要使用正常播放器的话
`
<style type="text/css">
.video-js .vjs-time-control{display:block;}
.video-js .vjs-remaining-time{display: none;}
</style>
`
你可以尝试一下