JSONObject

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