HTML
HTML 音频(Audio)
下面的代码片段能够显示嵌入网页中的 MP3 文件
源代码:
点击运行 »
<embed height="50" width="100" src="/examples/horse.mp3">
1
<
embed
height
=
"50"
width
=
"100"
src
=
"/examples/horse.mp3"
>
运行结果:
点击运行 »