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

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

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