此页面由社区从英文翻译而来。了解更多并加入 MDN Web Docs 社区。

View in English Always switch to English

Selection.removeAllRanges()

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨2015年7月⁩.

实验性: 这是一项实验性技术
在将其用于生产之前,请仔细检查浏览器兼容性表格

Selection.removeAllRanges() 方法会从当前 selection 对象中移除所有的 range 对象,取消所有的选择只 留下anchorNodefocusNode属性并将其设置为 null。

语法

sel.removeAllRanges();

参数

无。

规范

Specification
Selection API
# dom-selection-removeallranges

浏览器兼容性

相关链接