nodeType
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nodeType相关的知识,希望对你有一定的参考价值。
HTMO DOM中常用属性 nodeName nodeValue nodeType
(可以用来区别DOM对象和其他对象 if(obj.nodeType){}; )
nodeType 节点类型
1、element
2、arrtibute
3、text
4、cdata
5、entity refference
6、entity
7、PI (processing instructing)
8、comment
9、document
10、document type
11、document fragment
12、notation
以上是关于nodeType的主要内容,如果未能解决你的问题,请参考以下文章