摘要: public List> jsonToList(String json){//PendingInfo可以换成其它bean类 List list =JSON.parseArray(json); List> listw = new ArrayList>(); for (Object object : list){ Map ageMap ... 阅读全文
posted @ 2018-12-19 11:44 !O0O! 阅读(11373) 评论(0) 推荐(0)