摘要:
public class HttpSimpleClient { /** * 发送GET请求。 */ static public HttpResult httpGet(String url, List<String> headers, List<String> paramValues, String 阅读全文
posted @ 2018-01-11 14:13 my_house_station 阅读(1350) 评论(0) 推荐(0)
|
|||
|
摘要:
public class HttpSimpleClient { /** * 发送GET请求。 */ static public HttpResult httpGet(String url, List<String> headers, List<String> paramValues, String 阅读全文
posted @ 2018-01-11 14:13 my_house_station 阅读(1350) 评论(0) 推荐(0) |
|||