CSS 屬性
user-select
auto
none
text
all
結果
user-select 屬性指定是否可以選中元素的文字。
CSS 程式碼
div { user-select:
auto;
}
點選上面的屬性值來檢視結果
W3Schools.com
- 親自試試