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.
我有一个<video>ID 为“liveVideo”的标签。如何以秒为单位检索视频的长度?
<video>
谢谢,
大卫!
media.duration检查规范http://www.w3.org/TR/html5/video.html#offsets-into-the-media-resource
media.duration
$('#liveVideo').attr('duration') // will return the full length of the movie