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