码农家园

关闭
导航

js 双击禁止选择文字 window.getSelection().removeAllRanges() /document.selection.empty()


emptygetgetsgetselectionmovmoveptyrangeremoveallselectselectionwindow

双击禁止选择文字

1
window.getSelection ? window.getSelection().removeAllRanges() : document.selection.empty()

Copyright ©  码农家园 联系:[email protected]