# 禁止页面内容复制

ncontextmenu="return false" 
onselectstart="return false" 
ondragstart="return false" 
onbeforecopy="return false" 
oncopy=document.selection.empty() 
onselect=document.selection.empty()
1
2
3
4
5
6
更新时间: 2021-06-30 22:17:08