菜鸟教程 tryhtml_audio_all 在线代码实例

运行 保存 全屏 右侧展示 实时查看
主题:

 <audio controls="">
        <source src="/statics/demosource/horse.mp3" type="audio/mpeg">
        <source src="/statics/demosource/horse.ogg" type="audio/ogg">
        <embed height="50" width="100" src="/statics/demosource/horse.mp3">
    </audio>