实例代码
xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<title>开创者教程(kaicz.com)</title>
</head>
<body>
<h1>音频示例</h1>
<audio controls loop>
<source src="/uploads/20250322/audio.mp3" type="audio/mpeg">
您的浏览器不支持音频元素。
</audio>
</body>
</html>