参考节点 meaning in English
datum node
referenced node
Examples
- Function is already defined to fall back to
函数已经被定义为,在参考节点为空时返回到 - If no reference node is provided , is at the end of the collection
如果未提供任何参考节点,则insertbefore的默认位置是集合的末尾。 - If you do not provide a reference node indicating where to insert the new node , the default for the
如果不提供指示插入新节点位置的参考节点,则insertafter方法的默认设置是在集合的开头插入新节点。 - What if i want to insert after a reference node or prepend a child node make the new node first in the list
假如我想在一个参考节点后面插入或者由前新增( prepend )一个子节点(使新节点位于列表中的第一位) ,我该怎么做呢?