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