摘要:
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);}輸出的結果 {"我":"妹","擦":"哇 阅读全文
posted @ 2013-07-09 15:33
kebin00
阅读(843)
评论(0)
推荐(0)
浙公网安备 33010602011771号