摘要:
public static string GetIP { get { string result = String.Empty; result = HttpContext.Current.Request.ServerVariables["HTTP_X_FORWARDED_FOR"]; if (result != null && result != String.Empty) { /... 阅读全文
posted @ 2010-06-25 19:01
zwei
阅读(169)
评论(0)
推荐(0)
浙公网安备 33010602011771号