我正在尝试使用以下方法从Android应用程序调用RESTful网络服务:HttpHosttarget=newHttpHost("http://"+ServiceWrapper.SERVER_HOST,ServiceWrapper.SERVER_PORT);HttpGetget=newHttpGet("/list");Stringresult=null;HttpEntityentity=null;HttpClientclient=newDefaultHttpClient();try{HttpResponseresponse=client.execute(target,get);enti