
1 icyflash 2012 年 11 月 26 日 html5音频播放器的控制台 <audio cOntrols="controls"> <source src="horse.ogg" type="audio/ogg"> <source src="horse.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> |
2 GreatHan 2012 年 11 月 26 日 意思就是让没有controls属性的 audio标签都隐藏 |