代码编辑器:
x
1
<audio controls loop>
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
7
<footer>简单教程,简单编程<br/>Copyright © 简单教程 www.twle.cn</footer>
8