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

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

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