<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="../jquery-3.5.1.js"></script>
</head>
<body>
<video src="../../../../../../视频/53e8613601288c718570d46042aa9f6022585fae8050f37b25f93c56dd7022bd06aced31b4d7aae233f7b5f322490fcc.mov" muted></video>
<script>
$('video');
var myvideo = document.querySelector('video');
$('video')[0].play();
$('video').get(0).play();
</script>
</body>
</html>