代码编辑器:
x
1
<audio controls>
2
<source src="/static/i/html/horse.ogg" type="audio/ogg">
3
<source src="/static/i/html/horse.mp3" type="audio/mpeg">
4
您的浏览器不支持 audio 元素
5
</audio>
6
<audio controls>
<source src="/static/i/html/horse.ogg" type="audio/ogg">
<source src="/static/i/html/horse.mp3" type="audio/mpeg">
您的浏览器不支持 audio 元素
</audio>