就是这个请求成功后返回json怎么获取里面的单项
Response response = Http.get("https://nutz.cn/"); System.out.println(response.getDetail());
resp.getContent
System.out.println(response.getContent());
这样会把json里面的值全部拿到,是个String类型,我想要里面的单个
然后Json.fromJson变成map,然后再取