PC端:

.not-select{
    -moz-user-select:none; /*火狐*/
    -webkit-user-select:none; /*webkit瀏覽器*/
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none; /*早期瀏覽器*/
    user-select:none;
}

移動端:

.no-touch {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

js方法:

最后修改:
如果覺得我的文章對你有用,請隨意贊賞。