1,图中遍历出的值为什么是NULL?还有类型为什么是1?
li是元素节点,元素节点的 nodeValue 是 undefined 或 null,元素节点的 nodeType为1,可以参见9-7左边的解释