Hi,歡迎訪問前端老白
下面是使用HTML的MKV播放器代碼:
<div id="video_player"> <video width="640" height="480" controls> <source src="example.mkv" type="video/mkv"> </video> </div>
下面是帶有autoplay屬性的HTML MKV播放器代碼:
<div id="video_player"> <video width="640" height="480" controls autoplay> <source src="example.mkv" type="video/mkv"> </video> </div>
老白網絡 (http://52shenghuonet.cn/) 前端 后端 zblog主題.網站地圖xml