map.put("id", nId); map.put("qtip", node.get("QTIP")); map.put("text", node.get("TEXT")); map.put("leaf", "1".equals(node.get("LEAF"))); //0不是叶子,1叶子 map.put("href", node.get("HREF")); map.put("hrefTarget", "rightFrame"); map.put("expanded", "0".equals(node.get("LEAF")))