怎样使 html 文本文字不能被选中?

-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;

 

posted on 2019-09-01 10:02  aisowe  阅读(3700)  评论(0)    收藏  举报

导航