在要让文本不能被选中的TD内加入
onselectstart=”return false” οnselect=”document.selection.empty()”
<table>
<tr><td onselectstart=”return false” οnselect=”document.selection.empty()”>宝宝(不能选)</td></tr>
<tr><td>宝宝(可以选)</td></tr>
</table>
版权声明:本文为qq791007原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。