zwei1121

博客园 首页 新随笔 联系 订阅 管理

06 2010 档案

摘要: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)