String ServerUrl = "http://192.168.1.91/Service1.asmx?op=Log";
URL url = new URL (ServerUrl);
HttpURLConnection con = (HttpURLConnection) url.openConnection();
如上代码,我连接webservice时候连不上,con连接显示false,求帮助
URL url = new URL (ServerUrl);
HttpURLConnection con = (HttpURLConnection) url.openConnection();
如上代码,我连接webservice时候连不上,con连接显示false,求帮助