body{
-moz-user-select:none;-webkit-user-select:none;
}
或者 js代码
onselectstart="return false;"
转载于:https://www.cnblogs.com/hgj123/p/4774037.html