我想通过java循环调用url接口。。
URL url = new URL("http://82.291.86.185/qxt/recvoa.asp?content=ceshi&epid=1&pwd=1908");
InputStream is = url.openStream();
为何只循环了500次就需要3分钟。。实在是太慢了 有没有速度快一点得方法呢?高手们指教