//1、模拟打开浏览器
CloseableHttpClient httpClient = HttpClients.createDefault();
//2、创建Get对象
HttpGet httpGet = new HttpGet("http://www.baidu.com/s?wd=HTTPClient");
System.out.println("executing request " + httpGet.getURI());
//1、模拟打开浏览器
CloseableHttpClient httpClient = HttpClients.createDefault();
//2、创建Get对象
HttpGet httpGet = new HttpGet("http://www.baidu.com/s?wd=HTTPClient");
System.out.println("executing request " + httpGet.getURI());
本文标题:httpClient
本文链接:https://www.haomeiwen.com/subject/trtewftx.html
网友评论