audio 标签

189 阅读1分钟
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <audio controls="controls" autoplay="autoplay">
        <source src="./HTML512/资料/home.ogg">
            <source src="./HTML512/资料/home.mp3">
                <source src="./HTML512/资料/home.wav">    
    </audio>
</body>
</html>