解决方法
这是css禁用文本选择.
How to disable text selection highlighting using CSS?
How to disable text selection highlighting using CSS?
-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;