我在执行步骤中收到UnknownhostException :
httppost = new HttpPost("http://www.xxxx.com/contoller/method");
httpResponse response = client.execute(httppost);
java.net.UnknownHostException "www.xxxx.com"
在我阅读的一些地方,我需要删除http://
但后来我得到了这个异常
java.lang.IllegalStateException: Target host must not be null, or set in parameters.