摘要:
1、Get方法时,直接用浏览器访问 2、Postman 3、用HttpClient调用 阅读全文
posted @ 2018-10-23 13:37
daviyoung
阅读(1915)
评论(0)
推荐(0)
摘要:
public static String GetIP() { String ip = HttpContext.Current.Request.ServerVariables["HTTP_X_FORWARDED_FOR"]; if (string.IsNullOrEmpty(ip)) { ip = HttpContext.Current.... 阅读全文
posted @ 2018-10-23 10:24
daviyoung
阅读(136)
评论(0)
推荐(0)

浙公网安备 33010602011771号