媒体元素
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>媒体元素</title>
</head>
<body>
<!--音频和视频-->
<!--
controls="controls"显示播放条
autoplay="autoplay"设置自动播放,如果还是不能播放在src前加上muted
-->
<video muted src="../resources/video/111.mp4" controls="controls" autoplay="autoplay" ></video>
<br/>
<br/>
<audio src="../resources/video/2021.mp3" controls></audio>
</body>
</html>
浙公网安备 33010602011771号