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