CSS属性
user-select

结果
user-select 属性指定是否可以选择元素的文本。
CSS代码
div {
    
  user-select:auto;
      }
单击上面的属性值以查看结果
W3Schools.com- 播放它