编辑你的代码:
<!DOCTYPE html> <html> <body> <audio controls> <source src="/static/videos/horse.mp3" type="audio/mpeg"> <source src="/static/videos/horse.ogg" type="audio/ogg"> <embed height="50" width="100" src="/static/videos/horse.mp3"> </audio> </body> </html>
查看结果:
phpxuexi.net
- 亲自试一试