随笔分类 -  C#

摘要:public class IPUtil { /// /// 获取本地内网IP /// /// public string GetHostIPAddress() { try { IPHostEntry ipEn... 阅读全文
posted @ 2016-11-14 17:12 Plus301 阅读(1186) 评论(0) 推荐(0)
摘要:/// /// 获取真ip /// /// public string GetRealIP() { string result = String.Empty; result = System.Web.HttpContext.Current.Request... 阅读全文
posted @ 2016-11-14 16:59 Plus301 阅读(398) 评论(0) 推荐(0)