得到ip
摘要:
public string GetClientIP() { string result = HttpContext.Current.Request.ServerVariables["HTTP_X_FORWARDED_FOR"]; if (null == result || result == String.Empty) { ... 阅读全文
posted @ 2007-07-29 16:27 qyfan 阅读(168) 评论(0) 推荐(0)
浙公网安备 33010602011771号