回答

收藏

屏蔽鼠标右键

前端知识 前端知识 415 人阅读 | 0 人回复 | 2024-07-18

  1. <body oncontextmenu="return false" ondragstart="return false" onselectstart="return false"
  2.                         onselect="document.selection.empty()" oncopy="document.selection.empty()" onbeforecopy="return false"
  3.                         onmouseup="document.selection.empty()">

  4.                         <!--禁止选中-->
  5.                         <script type="text/javascript">
  6.                                 document.getElementById("body").onselectstart = function() {
  7.                                         return false;
  8.                                 };
  9.                         </script>
复制代码


分享到:
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

89 积分
17 主题
+ 关注