一、下载jar包
打开http://hc.apache.org/downloads.cgi
选择压缩包下载
下载完后解压到本地
二、步骤
1)打开Eclipse,新建工程,右击工程->build path->Configure build path,选择libraries添加JARs,把上个步骤解压的httpcomponents-client-4.5.2\lib目录下的所有jar包添加进来
2)新建包类,编写代码
时间: 2024-10-11 12:39:14
一、下载jar包
打开http://hc.apache.org/downloads.cgi
选择压缩包下载
下载完后解压到本地
二、步骤
1)打开Eclipse,新建工程,右击工程->build path->Configure build path,选择libraries添加JARs,把上个步骤解压的httpcomponents-client-4.5.2\lib目录下的所有jar包添加进来
2)新建包类,编写代码