摘要: 先给出2个简单的例子。 1.java2json 样例: public class testJson{ public static void main(String[] args) { String json = "{\"name\":\"reiz\"}"; JSONObject jsonObj = 阅读全文
posted @ 2017-06-06 23:25 Markw116 阅读(26158) 评论(0) 推荐(1)