Ⅰ 如何實現本地html調用打開本地視頻
<!DOCTYPEhtml>
<html>
<head>
<metacontent="text/html;charset=UTF-8">
<title>網頁播放本地視頻</title>
</head>
<body>
<videowidth="500"height="500"controlsautoplay>
<sourcesrc="E:/鋼之煉金術師/鋼之煉金術師第一季/[鋼之煉金術師](1).ogg"type="video/ogg">
<sourcesrc="E:/鋼之煉金術師/鋼之煉金術師第一季/[鋼之煉金術師](1).mp4"type="video/mp4">
<sourcesrc="E:/鋼之煉金術師/鋼之煉金術師第一季/[鋼之煉金術師](1).webm"type="video/webm">
<objectdata="E:/鋼之煉金術師/鋼之煉金術師第一季/[鋼之煉金術師](1).mp4"width="320"height="240">
<embedwidth="500"height="500"src="E:/鋼之煉金術師/鋼之煉金術師第一季/[鋼之煉金術師](1).swf">
</object>
</video>
</body>
</html>
只需要把文件名改成你的就行了
注意:路徑要用"/"別用"",否則會播放不出來哦