判断A节点是否含有B节点

2017-06-05  本文已影响0人  饥人谷_風逝

node.contains( otherNode )

node 是否包含otherNode节点
otherNode 是否是node的后代节点.
如果 otherNode 是 node 的后代节点或是 node 节点本身.则返回true , 否则返回 false.

摘自MDN

上一篇下一篇

猜你喜欢

热点阅读