摘要: 1、Get方法时,直接用浏览器访问 2、Postman 3、用HttpClient调用 阅读全文
posted @ 2018-10-23 13:37 向萧 阅读(1906) 评论(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 向萧 阅读(131) 评论(0) 推荐(0) 编辑