循环播放、自动播放
<!DOCTYPE html>
<html>
<body>
<video width="100%" height="100%" controls="controls" autoplay="autoplay" muted loop="loop" style="margin:0 auto;">
<source src="E:\mov_bbb.webm" type="video/webm" />
</video>
</body>
</html>
循环播放、自动播放
<!DOCTYPE html>
<html>
<body>
<video width="100%" height="100%" controls="controls" autoplay="autoplay" muted loop="loop" style="margin:0 auto;">
<source src="E:\mov_bbb.webm" type="video/webm" />
</video>
</body>
</html>