代码示例:(标识:eg_html5_source_src)
<!DOCTYPE html>
<html>
<body>

<audio controls>
<source src="/static/demo/video/horse.ogg" type="audio/ogg">
<source src="/static/demo/video/horse.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>

</body>
</html>
运行结果: