apache httpclient

3.x版本和4.x版本差别好大

3.x使用commons-httpclient-3.1.jar

使用时

import org.apache.commons.httpclient.*;
import org.apache.commons.httpclient.methods.GetMethod;
import org.apache.commons.httpclient.params.HttpMethodParams;


而4.x是httpclient-4.3.1.jar

没有上面那些包,刚开始使用4.x,感觉好坑。


你可能感兴趣的:(apache httpclient)