禁止右键菜单
<script type="text/javascript" language="javascript">
  function blockContextmen(){
    
if(window.event){
      window.event.returnValue
=false;
    }
  }
  document.oncontextmenu
=blockContextmen;
</script>

 

相关文章:

  • 2021-11-06
  • 2022-02-21
  • 2021-12-31
  • 2022-12-23
  • 2021-10-06
  • 2022-01-01
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-12
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
  • 2022-01-09
  • 2022-12-23
相关资源
相似解决方案