禁止复制网页文字

来源:互联网 发布:淘宝展现词是什么意思 编辑:程序博客网 时间:2024/05/05 05:11
在BODY里加上红色部分的语句就可以屏蔽复制了
oncontextmenu="return false"onselectstart="return false"
ondragstart="return false" onbeforecopy="return false"oncopy=document.selection.empty()onselect=document.selection.empty()
 
0 0
原创粉丝点击