| 12345678910111213141516171819202122232425262728293031 | <!DOCTYPE html><html lang='en'><head>    <meta charset="UTF-8">    <meta content='width=device-width, initial-scale=1.0,user-scalable=no' name='viewport'>    <meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>    <style type="text/css">        .videoContent{            width: 100vw;            height: 100vh;            object-fit: fill;        }        .videoBg{            width: 100vw;            height:100vh;            background-color: white;        }    </style></head><body><div class="videoBg">    <video class="videoContent" controls src="https://dm.static.elab-plus.com/bjJinMaoFu/item_video_0.mp4"></video></div></body><script>    var str = 'love';    var arr5 = [a,...str];    console.log(arr5);</script></html>
 |