JSONObject

JSONObject map=new JSONObject();         JSONObject jsonObject=new JSONObject();         jsonObject.put("a", 12);         map.putAll(jsonObject);         System.out.println(map.toString());           
相关文章
相关标签/搜索