摘要: public static void main(String[] args) throws IOException { //1.打开浏览器 CloseableHttpClient httpClient = HttpClients.createDefault(); //2.声明get请求 HttpGet httpGet = new H... 阅读全文
posted @ 2019-09-21 10:49 oc-long 阅读(213) 评论(0) 推荐(0)