HTML 参考手册
HTML <audio> loop 属性
设置音频循环播放
源代码:
点击运行 »
<audio controls loop> <source src="/examples/horse.ogg" type="audio/ogg"> <source src="/examples/horse.mp3" type="audio/mpeg"> 您的浏览器不支持 audio 元素。 </audio>
运行结果:
点击运行 »