原因分析
通过OkHttp请求网络,结果请求下来的数据一直无法解析并且报错,因解析时String res = response.body().toString()
https://i-blog.csdnimg.cn/direct/f5ab59c442744294815363be7fdd36f2.png" width="836" />
将toString改为string即可!
原因分析
通过OkHttp请求网络,结果请求下来的数据一直无法解析并且报错,因解析时String res = response.body().toString()
https://i-blog.csdnimg.cn/direct/f5ab59c442744294815363be7fdd36f2.png" width="836" />
将toString改为string即可!