1. node.selectNodes("//xml");2. node.selectNodes("/xml");3. node.selectNodes("xml");1.相对于当前所有匹配的节点(可能多个)中选择2.从根节点匹配3.相对当前节点(唯一)