2019年4月12日

JSONArray集合转list集合对象

摘要: 请求接口转list<对象> JSONObject obj = PostInterface.post(PostInterface.ServletName.activitiModel,"queryPlaceHolderList",new HashMap()).getJSONObject("SvcCont 阅读全文

posted @ 2019-04-12 17:01 梦回太古 阅读(10428) 评论(0) 推荐(0) 编辑

JSON类型的String转成List<String>

摘要: //接口中解析 JSON中string转List<String> List<String> pList = JSON.parseArray(svcCont4PlaceHolderReq.getMarksList(),String.class); 阅读全文

posted @ 2019-04-12 16:09 梦回太古 阅读(10874) 评论(0) 推荐(0) 编辑

导航