已采纳回答 / cainiao7189
返回的 json 数据中大概需要有对应的实体类中存在 id, pId, nodeName 三个字段的构造方法;然后在 MainActivity 中的initData() 中的 for 循环换成你的 网络请求,json 解析
2017-01-16
最新回答 / 气势的信心
1、String.valueOf(int i) 2、Integer.toString(int i) 3、i+""; //i 为 int类型<...code...>
2016-07-16
已采纳回答 / 气势的信心
TreeHelper类convertData2Nodes方法中 将node = new Node(id, pid, label);nodes.add(node);代码移到反射注解循环外面
2016-06-21