操作方法
代码如下: <!DOCTYPE HTML> <title>我教大家Web 上的音频添加播放、暂停和音量控件http://dazhes.com</title> <html> <body> <audio controls="controls"> <source src="/i/song.ogg" type="audio/ogg"> <source src="/i/song.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> </body> </html> 效果: