W3School TIY
编辑您的代码:
<!DOCTYPE html> <html> <body> <audio controls> <source src="../i/horse.ogg" type="audio/ogg"> <source src="../i/horse.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> </body> </html>
查看结果: