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