视频不给下载代码
   
lan988 级别:管理员    + 关注TA 支持(0) | 反对(0)原内容


<p>
    <meta charset="UTF-8"/>
    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <title></title>
</p><style>video {
      background: #000000;
      width: 100%;
      margin: 0 auto;
      max-width: 100%;
    }</style><script src="cipher.js"></script>
<video src="视频地址"   autoplay="false"  controls="" controlslist="nodownload" id="video"  height="500" width="100%"></video>
<!--<script>const video = document.getElementById('video')
    fetch('./encrypt.bin').then(async (resp) => {
      const blob = await resp.blob()
      const buf = await blob.arrayBuffer()
      const file = new Blob([decrypt(buf)], { type: 'video/mp4' })
      video.src = URL.createObjectURL(file)
    }).catch(console.error)</script>--><!--!doctype-->
<p>
    <br/>
</p>
回到顶部顶端 回到底部底部
lan988 级别:管理员    + 关注TA 支持(1) | 反对(0)2楼


55555
回到顶部顶端 回到底部底部
lan988 级别:管理员    + 关注TA 支持(0) | 反对(0)3楼


很好
回到顶部顶端 回到底部底部
我我 级别:v1    + 关注TA 支持(0) | 反对(0)4楼


你好
回到顶部顶端 回到底部底部