<video controls="controls">
<source src="./vedio/1234.ogg" type="video/ogg">
<source src="./vedio/1234.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
老师,您好! 请问怎么在 .w 里加 video标签啊? 我在右侧html控件里面没有发现 video
我直接在源码里面 加
<video controls="controls">
<source src="./vedio/1234.ogg" type="video/ogg">
<source src="./vedio/1234.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
报错!!
<video controls="controls">
<source src="./vedio/1234.ogg" type="video/ogg">
<source src="./vedio/1234.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>