1.1

1.2
取消处于选中状态的文字:
document.selection.empty(); IE9以下使用
window.getSelection().removeAllRanges(); 其他浏览器使用
2
注意:这个方法中,select事件仅适用于,input和textarea

取消处于选中状态的文字:
document.selection.empty(); IE9以下使用
window.getSelection().removeAllRanges(); 其他浏览器使用
注意:这个方法中,select事件仅适用于,input和textarea
本文标题:获取鼠标选中文本
本文链接:https://www.haomeiwen.com/subject/opnsaqtx.html
网友评论