摘要:
1 public class Http { 2 private static final int REQUEST_TIMEOUT = 5000; 3 private static final int SO_TIMEOUT = 10000; 4 5 public Http() { 6 } 7 8 public static String sendGet(String url, Map<String, String> headers) 9 throws ClientProtocolException, IOException {... 阅读全文
posted @ 2012-11-15 15:27
mr.coke
阅读(4156)
评论(0)
推荐(1)
浙公网安备 33010602011771号