<video>
定义视频<video>
标签支持 HTML 中的全局属性和事件属性。<video controls="controls" autoplay=“autoplay” poster="/test.gif" width="320" height="240" loop=“loop” muted=“muted” preload=“preload”>
<source src="test.ogg" type="video/ogg">
Your browser does not support the video tag
</video>
相关文章推荐: