摘要:
List list = new ArrayList(); Map map1 = new HashMap(); map1.put("name", "黑龙江"); JSONObject put = new JSONObject(); put.put("city", new String[]{"哈尔滨","大庆"}); map1.put("cities", put.toString()); list.add(map1); Map t = new HashMap(); t.... 阅读全文