蓝宇在网页中有些网页不让浏览者进行右键操作,我们可以在些网页中加入禁止使用右键代码,代码如下:
<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()"> |