JavaScript 双击禁止选中文字

// 双击禁止选中文字
window.getSelection ? window.getSelection().removeAllRanges() : document.selection.empty();

你可能感兴趣的:(前端)