FirstSibling与LastSibling属性返回一个node对象,用它与之对比:If node = node.FirstSibling Then '这个节点是首节点ElseIf node = node.LastSibling Then '这个节点是尾节点End If