<!DOCTYPE html>
<html>
<body>
<h1>audio src 属性</h1>
<p>单击播放按钮可播放声音:</p>
<audio src="/i/audio/song.ogg" controls>
您的浏览器不支持 audio 元素。
</audio>
<p><b>Note:</b> The .ogg fileformat is not supported in IE or Safari.</p>
</body>
</html>