感谢您的关注,我们一直致力于为您提供放心、满意的服务。
将一下代码加入到网页<body>中
<body leftmargin=0 topmargin=0 oncontextmenu='return false' ondragstart='return false' onselectstart ='return false' onselect='document.selection.empty()' oncopy='document.selection.empty()' onbeforecopy='return false' onmouseup='document.selection.empty()'>
即可实现禁鼠标右键、文字选择和复制功能。