<script language="JavaScript">
      document.oncontextmenu=new Function("event.returnValue=false;");      //禁止右键功能,单击右键将无任何反应
      document.onselectstart=new Function("event.returnValue=false;");      //禁止全择,也就是无法复制
</script>

相关文章:

  • 2021-12-31
  • 2021-09-23
  • 2022-12-23
  • 2021-06-05
  • 2021-08-23
  • 2022-12-23
  • 2021-10-26
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-03
  • 2022-12-23
  • 2021-09-15
  • 2021-12-31
相关资源
相似解决方案