html,
body {
user-select: none;
-webkit-user-select: none;
}
这段CSS代码用于禁止用户在html和body元素上选择文本,通常用于防止意外选中页面内容。
html,
body {
user-select: none;
-webkit-user-select: none;
}

被折叠的 条评论
为什么被折叠?