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

View in English Always switch to English

AbstractRange:endContainer 属性

Baseline Widely available

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

AbstractRange 接口的 endContainer 只读属性返回范围结束位置所在的节点

包含范围最后一个字符的 Node

示例

js
let endNode = range.endContainer;

规范

Specification
DOM
# ref-for-dom-range-endcontainer①

浏览器兼容性