JSONObject 的基本用法

public static void main(String[] args) {   Map map=new HashMap();   map.put("我","妹");   map.put("擦","哇");   map.put("你","呀");   JSONObject json = JSONObject.fromObject(map);   System.out.println(json)
相關文章
相關標籤/搜索