摘要: 所有数据存进resultList中 Collections.sort(resultList, new Comparator<HashMap<String, Object>>() { @Override public int compare(HashMap<String, Object> o1, Ha 阅读全文
posted @ 2017-10-11 17:17 咸蛋超人、 阅读(577) 评论(0) 推荐(0) 编辑
摘要: String object = JSON.toJSONString(obj); obj必须序列化 JSONObject jso=JSONObject.parseObject(object); //JSONObject jso = JSON.parseObject(object); JSONArray 阅读全文
posted @ 2017-10-11 16:28 咸蛋超人、 阅读(169) 评论(0) 推荐(0) 编辑