首页 > TAG信息列表 > readValue

使用Http客户端工具实现Json数据与对象的转换

1、创建HttpGet请求,在请求里传入url。   HttpGet request = new HttpGet("http://localhost:xx/xx"); 2.获取Json数据。使用CloseableHttpClient 对象,调用其execute()方法,传入HttpGet对象和BasicResponseHandler对象。   String response = this.httpClient.execute(request,