css:
<span style="font-family:SimSun;font-size:18px;">/* 禁止选择div内的文字 */ #hall_body { -moz-user-select: none; /*火狐*/ -webkit-user-select: none; /*webkit浏览器*/ -ms-user-select: none; /*IE10*/ -khtml-user-select: none; /*早期浏览器*/ user-select: none; }</span>

js:

<div onselectstart="return false" onselect="document.selection.empty()">text</div>

  

  

相关文章:

  • 2021-09-18
  • 2022-12-23
  • 2022-12-23
  • 2021-08-24
  • 2021-09-27
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-27
  • 2021-10-07
  • 2022-01-18
  • 2021-08-20
  • 2021-12-08
相关资源
相似解决方案