class样式添加以下:
div{
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}
本文共 157 字,大约阅读时间需要 1 分钟。
class样式添加以下:
div{
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}
转载于:https://www.cnblogs.com/gerry/p/9650681.html