<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title>创梧止境 桐心而行</title>
</head>
<body>
<div class="displayNone">
<embed src="./static/videos/297.mp4" autostart="true" loop="true" hidden="true" />
</div>
</body>
</html>
在电脑上可以用,但是在手机上加载不了
在移动端 媒体播放被视为需要用户进行交互后才能触发的内容。
也就是说你需要引导用户点击或者触摸屏 然后根据事件去触发 标签的播放方法。