代码示例:(标识:eg_html_audio_all)
<!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">
<embed height="100" width="100" src="/static/demo/video/song.mp3" />
</audio>

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