HTML 参考手册
HTML <audio> controls 属性
带有浏览器默认控件的 <audio> 元素
源代码:
点击运行 »
<audio controls> <source src="/examples/horse.ogg" type="audio/ogg"> <source src="/examples/horse.mp3" type="audio/mpeg"> 您的浏览器不支持 audio 元素。 </audio>
运行结果:
点击运行 »