标签:设置 rom ash com col config string shm name
1、传参时可以设置为jsonArray的格式
JSONArray array = new JSONArray(); JSONObject json = new JSONObject(); json.put("comname", "上海一家公司"); array.add(json);
2、接收先转成JSONArray 然后转成listMap
JSONArray array = JSONArray.fromObject(companyname); List<Map<String, Object>> list = JSONArray.toList(array, new HashMap<>(), new JsonConfig());
标签:设置 rom ash com col config string shm name
原文地址:https://www.cnblogs.com/xiufengd/p/8989448.html