Element childElement = (Element) nodeList.item(i);
System.out.println("childElment======="+childElement);
为什么这里的输出是[itemman:null] 这里的null是什么意思???
这是为什么,还要获取该节点的值使用哪个方法????????????