1、非IE:
XML DOM evaluate() 方法
2、IE:
XML DOM selectSingleNode() 方法
带 namespace 操作:
// https://developer.mozilla.org/en-US/docs/Introduction_to_using_XPath_in_JavaScript#Implementing_a_User_Defined_Namespace_Resolver
// https://msdn.microsoft.com/zh-cn/library/ms756048(v=vs.85).aspx
C