xxxxxxxxxx
<!DOCTYPE html>
<html>
<title>HTML:<audio> loop 属性 - 大卫编程网 div.cn</title>
<body>
<audio controls loop>
<source src="horse.ogg" type="audio/ogg">
<source src="horse.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
</body>
</html>