html代码|网站内容禁止复制(html页面禁止复制)

时间:2021-07-19 13:39:15   阅读:583

1.禁止复制

<body ondragstart=window.event.returnValue=false oncontextmenu=window.event.returnValue=false onselectstart=event.returnValue=false>
<p>我是Zshao</p>
</body>

可以放在其他地方,自行考虑

html代码|网站内容禁止复制(html页面禁止复制)

oncontextmenu="window.event.returnValue=false"

onkeypress="window.event.returnValue=false"

onkeydown="window.event.returnValue=false"

onkeyup="window.event.returnValue=false"

ondragstart="window.event.returnValue=false"

onselectstart="event.returnValue=false

上面是禁止复制,禁止右键,禁止CTRL+A等。

上一篇:php代码|显示在线人数(php 在线人数)

下一篇:js代码|记录最后更新时间(js代码执行时间)

网友评论