有没有人曾经到过这种情况,你想让android'全选'选项来选择自定义内容?现在'全选'选择整个页面。我只想要它选择页面的一部分。任何帮助都会很明显。请查看下面附带的截图
在不希望选择的地方添加此类
.noselection {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}