xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<title>菜鸟教程(runoob.com)</title>
</head>
<body>
<button onclick="enableLoop()" type="button">循环播放</button>
<button onclick="disableLoop()" type="button">禁用循环播放</button>
<button onclick="checkLoop()" type="button">检查循环状态</button>
<br>
<video id="video1" controls="controls">
<source src="mov_bbb.mp4" type="video/mp4">