java中使用http请求

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

<dependency>

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

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

猜你喜欢

转载自www.cnblogs.com/ellie-fy1111/p/12031971.html