摘要:
所有数据存进resultList中 Collections.sort(resultList, new Comparator<HashMap<String, Object>>() { @Override public int compare(HashMap<String, Object> o1, Ha 阅读全文
摘要:
String object = JSON.toJSONString(obj); obj必须序列化 JSONObject jso=JSONObject.parseObject(object); //JSONObject jso = JSON.parseObject(object); JSONArray 阅读全文