打印本页〗〖打印选项
禁止在网页上使用左键(右键)选择(复制)网页内容(图片)

在网页的 <body> 里面加入以下代码:

oncontextmenu="return false"
ondragstart="return false"
onselectstart ="return false"
onselect="document.selection.empty()"
oncopy="document.selection.empty()"
onbeforecopy="return false"
onmouseup="document.selection.empty()"

注:每段代码之间要有空格,但不能换行,在<body 从这里开始加入>



文章作者:未知