視頻問題:css
一、在有些瀏覽器中點擊播放視頻播放不了,在調試器裏面提示以下:瀏覽器
Resource interpreted as Document but transferred with MIME type audio/mpeg:ide
資源解釋爲文檔,但經過MIME類型音頻/mpeg傳輸:post
二、這種狀況下就要在視頻標籤裏面添加「video/mp4」,以下: spa
<video poster="http://www.24om.com/images/about_video3.jpg" preload="none" style="height: 318px;">
<source src="/assets/video/omvideo.mp4" type="video/mp4">
您的瀏覽器不支持HTML5視頻
</video>調試
以上能夠推出其餘的相似問題:視頻
一、資源解釋爲「圖像」,但以MIME類型「text/css」傳輸圖片
a、在圖片標籤裏面添加「image/jpeg」資源
二、資源解釋爲「css」,但以MIME類型「image/jpeg」傳輸文檔
b、在圖片標籤裏面添加「text/css」