<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
<!--
video:视频
audio:音乐
controls:进度条
autoplay:自动播放
-->
<video src="../resources/video/2.mp4 "controls autoplay></video>
<audio src="../resources/audio/陈奕迅+-+让我留在你身边.mp3"controls autoplay="autoplay"></audio>
</body>
</html>

自动播放大部分浏览器不支持autoplay属性(未解决)

 

posted on 2022-07-02 01:32  阿霖找BUG  阅读(27)  评论(0)    收藏  举报