[Web]防止用户复制页面内容和另存页面的方法_javascript技巧
时间:2021-07-01 10:21:17
帮助过:3人阅读
oncontextmenu="return false"
ondragstart="return false"
onselectstart ="return false"
onselect="document.selection.empty()"
oncopy="document.selection.empty()"
onbeforecopy="return false"
onmouseup="document.selection.empty()">
正文内容