<div class="video">
<video src="video/顺丰物流仿真案例演示.mp4" controls="controls" autoplay="autoplay" width="100%" poster="images/video-default.png">
请更新您的浏览器
</video></div>

在web.config文件中添加
<system.webServer>
<staticContent>
<remove fileExtension=".mp4" />
<mimeMap fileExtension=".mp4" mimeType="video/mp4" />
</staticContent>
</system.webServer>
---------------------
原文:https://blog.youkuaiyun.com/rui512777/article/details/80250869

本文介绍如何在网页中正确配置MP4视频播放,包括HTML5的video标签使用方法及在web.config文件中设置MIME类型。
942

被折叠的 条评论
为什么被折叠?



