摘要: com.alibaba fastjson 1.2.24 Map map=new HashMap(); map.put("page_size","10"); map.put("page_index","1"); String param= JSON.toJSONString(map); Map resultMap = new HashMap(); ... 阅读全文
posted @ 2019-04-28 16:01 DebuGger丶 阅读(6631) 评论(0) 推荐(0)