摘要: import net.sf.json.JSONArray;import net.sf.json.JSONException;import net.sf.json.JSONObject;import net.sf.json.JSONSerializer; /** * json对象转换为java对象 * * @throws JSONException */ @Test public void jsonToJava(){ String json="[{\"addTime\":\"2011-09-19 14:23:02\... 阅读全文
posted @ 2013-04-12 13:45 licomeback 阅读(229) 评论(0) 推荐(0) 编辑