摘要: 如何写入JSON 需要第三方jar包,JSON包 //写入json数据 public static String sendJson() { JSONObject json = new JSONObject(); User user = new User("username", "address", 阅读全文
posted @ 2016-05-21 20:12 飞尽堂前燕 阅读(401) 评论(0) 推荐(0)