摘要:
代码如下: /// /// 获取客户端IP地址/// /// public static string GetIPAddress() { string user_IP = string.Empty; if (System.Web.HttpContext.Current.Request.ServerVariables["HTTP_VIA"] != null) { if (System.Web.HttpContext.Current.Request.ServerVariables["HTTP_X_F... 阅读全文
posted @ 2013-08-12 08:51
Seasons1987
阅读(439)
评论(0)
推荐(0)

浙公网安备 33010602011771号