1. 程式人生 > >httpclient-4.5.1.jar

httpclient-4.5.1.jar

HttpPost httpPost = new HttpPost(REPORT_URL);

httpPost.setConfig(requestConfig); 報The method setConfig(RequestConfig) is undefined for the type HttpPos錯誤

解決辦法:

  httpClient jar  4.4以後的jar包c才有httpPost.setConfig方法,下載最新的包