“`”
HTML5支持MP3、Wav和Ogg格式的音频,下面是在网页中嵌入音频的简单实例:
<pre><code class=""language-html"" lang=""html""> <audio controls>
<source src=""jamshed.mp3"" type=""audio/mpeg"">
浏览器不支持音频嵌入功能
<audio>
</code></pre>
<pre><code> "“`
Was this helpful?
0 /
0