摘要: 1 /// 2 /// 获取用户IP地址 3 /// 4 /// 5 public static string GetClientIP() 6 { 7 8 string user_IP = string.Empty; 9 if (System.Web.HttpContext.Current.Request.ServerVariables["HTTP_VIA"] != null)10 {11 if (... 阅读全文
posted @ 2013-07-23 11:04 mushishi 阅读(228) 评论(0) 推荐(0) 编辑
摘要: / \如果用作文件名,会产生路径问题.因为绝对路径用 \ ; 相对路径用 / ; 阅读全文
posted @ 2013-07-23 08:11 mushishi 阅读(1176) 评论(0) 推荐(0) 编辑