概述:

     给页面加保护,防止右击复制

代码:

          

<html>
<head>

</head>

<script language="JavaScript">
function helpor_net()
{
 
if (event.button==2)alert(' 仅供浏览!谢谢!\n\n若有问题请与我联系! ')
}
</script>
    
<body onmousedown="helpor_net()">
     仅供浏览
!谢谢!\n\n若有问题请与我联系

</body>
</html>

    

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-15
  • 2021-04-20
  • 2022-12-23
  • 2022-01-05
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-13
  • 2022-12-23
  • 2022-12-23
  • 2021-09-20
  • 2022-02-18
相关资源
相似解决方案