GetJsonData::thumbs_up:仅需要一行代码就获取Json数据 源码
GetJsonData 仅需要一行代码就获取Json数据 1.不带请求参数 GetJson getJson=new GetJson(); String jsonData=getJson.Get("https://c.iwakeup.cn/cp/posts", "GET", null); 2.带请求参数 支持GET POST PUT DELETE Map map = new HashMap(); map.put("body","test"); map.put("detail","test"); String jsonData1=g
下载地址
用户评论