JSONArray memja=JSONArray.fromObject(member_setting);
List<Map> jList=(List<Map>)JSONArray.toCollection(memja,Map.class);
如上,想要转换成List<Map>类型,需要在方法中加入参数:Map.class
原文链接:https://www.f2er.com/json/290033.htmlList<Map> jList=(List<Map>)JSONArray.toCollection(memja,Map.class);
如上,想要转换成List<Map>类型,需要在方法中加入参数:Map.class
原文链接:https://www.f2er.com/json/290033.html