Js nodeType 属性全面解析
定义和用法nodeType 属性返回被选节点的节点类型。语法:elementNode.nodeType节点编号:节点名称:1Element2Attribute3Text4CDATA Section5Entity Reference6Entity7Processing Instrucion8Comment9Document10Document Type11Document Fragment12Notation...