摘要: 设置超时:URL url1 = new URL(url); HttpURLConnection conn = (HttpURLConnection) url1.openConnection(); conn.setRequestMethod("POST"); ... 阅读全文
posted @ 2014-11-08 17:49 飞剑 阅读(2659) 评论(0) 推荐(0)