HTML页面屏蔽长按选中功能

* {

      -webkit-touch-callout:none;

      -webkit-user-select:none;

      -khtml-user-select:none;

      -moz-user-select:none;

      -ms-user-select:none;

      user-select:none;

      }

你可能感兴趣的:(HTML页面屏蔽长按选中功能)