// 禁止文字被滑鼠選中
moz-user-select: -moz-none;
-moz-user-select: none;
-o-user-select:none;
-khtml-user-select:none;
-webkit-user-select:none;
-ms-user-select:none;
user-select:none;
這是相容各種浏覽器的樣式,使用正常使用最後一個就行
轉載于:https://www.cnblogs.com/Lyh1997/p/10066796.html