java中使用http请求

maven中pom.xml文件加入依赖包

<dependency>

<groupId>org.apache.httpcomponents</groupId>

 <artifactId>httpclient</artifactId>
 <version>4.3.2</version>
</dependency>

posted @ 2019-12-12 22:08  ocean0327  阅读(378)  评论(0编辑  收藏  举报