HTML 参考手册
HTML <video> src 属性
播放一个视频
源代码:
点击运行 »
<video src="/examples/movie.ogg" controls> 您的浏览器不支持 video 标签。 </video>
运行结果:
点击运行 »