摘要: private static Object dg(int a){ Map map = new HashMap(); map.put("id",a); if(a<5){ map.put("children",dg(++a)); ... 阅读全文
posted @ 2014-07-24 20:07 zenghansen 阅读(142) 评论(0) 推荐(0)