摘要: JSONObject Json = new JSONObject(); JSONArray JsonArray = new JSONArray(); Json.put("key", "value");//JSONObject对象中添加键值对 JsonArray.add(Json);//将JSONOb 阅读全文
posted @ 2021-02-02 09:52 舞步林云 阅读(154) 评论(0) 推荐(0)
摘要: 实体类缺少构造函数!!!! 阅读全文
posted @ 2021-02-02 09:46 舞步林云 阅读(1972) 评论(0) 推荐(0)