document.oncontextmenu=new Function('event.returnValue=false;');

document.onselectstart=new Function('event.returnValue=false;');

以上两断代码即可搞定!

相关文章:

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