JavaScript 取消选择所有选定内容

示例

let sel = document.getSelection();
sel.removeAllRanges();