源代碼
點擊運行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>教程</title> </head> <body> <audio controls> <source src="/images/demo.mp3" type="audio/mpeg"> <source src="/images/demo.ogg" type="audio/ogg"> <embed height="50" width="100" src="/images/demo.mp3"> </audio> </body> </html>
運行結果