[Web]防止用户复制页面内容和另存页面的方法_javascript技巧
程序员文章站
2024-04-04 11:47:53
...
oncontextmenu="return false"
ondragstart="return false"
onselectstart ="return false"
onselect="document.selection.empty()"
oncopy="document.selection.empty()"
onbeforecopy="return false"
onmouseup="document.selection.empty()">
正文内容
ondragstart="return false"
onselectstart ="return false"
onselect="document.selection.empty()"
oncopy="document.selection.empty()"
onbeforecopy="return false"
onmouseup="document.selection.empty()">
正文内容
上一篇: SQL Server 游标使用