主题
// 寻找dom节点的公共祖先(注意审题,dom节点有别的特性,且是一个多叉树) function findLowestCommonAncestor(node1: Node, node2: Node) { }