CSS 控制:

<style>
body{
 -moz-user-select:none;
 hutia:expression(this.onselectstart=function(){return(false)});
}
</style>

JS 控制:

onselectstart="return false";

相关文章:

  • 2021-10-29
  • 2021-12-10
  • 2021-06-06
  • 2021-04-27
  • 2021-07-25
  • 2021-06-08
  • 2021-05-27
  • 2021-12-04
猜你喜欢
  • 2021-12-10
  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
  • 2021-12-20
  • 2022-12-23
  • 2021-12-10
相关资源
相似解决方案