endContainer属性返回当前范围结束的节点。这是一个只读属性。
句法:
parentNode = range.endContainer;
返回值:
- 返回当前范围结束的节点。
示例:本示例将展示如何获取当前范围的 endContainer 节点。
HTML
HTML DOM range endContainer property
GeeksforGeeks
This is the Range Content
输出:在控制台中,我们获得了我们范围的 endContainer 节点。
支持的浏览器:
- 谷歌浏览器
- 边缘
- 火狐
- 苹果浏览器
- 歌剧
- IE浏览器