原文链接: html 文字设置不可选取
上一篇: html input 设置不可修改
下一篇: Python 获取对象属性
使用 onselectstart="return false" 即可
This text can be selected in Firefox, Google Chrome and Safari.
In Internet Explorer and Opera, it is selectable only if the selection starts outside.
div中的文本不能被鼠标选择
但是使用ctrl+A 可以选择。。。。。
不能在input上使用。。。。。



