gxh973121

博客园 首页 新随笔 联系 订阅 管理
  84 Posts :: 93 Stories :: 78 Comments :: 0 Trackbacks

公告

09 2008 档案

摘要: source article:http://www.cnblogs.com/leanco/articles/1148338.html获取客户端IP: private string GetClientIP() { string result = HttpContext.Current.Request.ServerVariables["HTTP_X_FORWARDED_FOR"]; if (null ...阅读全文
posted @ 2008-09-02 10:58 gxh973121 阅读(109) | 评论 (0) 编辑