Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

文章标签:Node

找到 2 篇文档

  • Web/API/Node/firstChild 只读属性 Node.firstChild 会返回当前节点在 DOM 树中的第一个子节点, 如果没有子节点,则返回 null。
  • Web/API/Node/normalize Node.normalize() 方法将当前节点和它的后代节点”规范化“(normalized)。在一个"规范化"后的DOM树中,不存在一个空的文本节点,或者两个相邻的文本节点。