禁止右击选中

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

原文地址:https://www.cnblogs.com/wensx/p/12027435.html