$(document).ready(function(){
  $(document).bind("contextmenu",function(e){
    return false;
  });
});

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-01
  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-29
  • 2021-05-24
  • 2022-01-14
  • 2022-12-23
  • 2021-11-06
相关资源
相似解决方案