JavaScript双击不选中文字 Always_positive 2021-04-08 120 阅读1分钟 代码 window.getSelection ? window.getSelection().removeAllRanges() : document.selection.empty();