代码如下:将其粘贴到博客园文本中,就可以禁止手动复制

<script language="Javascript"> 
document.oncontextmenu=new Function("event.returnValue=false"); 
document.onselectstart=new Function("event.returnValue=false"); 
</script>

相关文章:

  • 2021-10-11
  • 2022-12-23
  • 2022-12-23
  • 2021-12-31
  • 2022-12-23
  • 2021-12-24
  • 2022-12-23
  • 2022-02-09
猜你喜欢
  • 2022-12-23
  • 2021-12-31
  • 2022-12-23
  • 2022-01-27
  • 2022-02-14
  • 2021-08-05
  • 2022-12-23
相关资源
相似解决方案