摘要: public string UserHostAddress { get { return HttpContext.Current.Request.UserHostAddress; } } public string IPV4 { get { string result = "0.0.0.0"; IP 阅读全文
posted @ 2019-05-11 20:20 近在远方的风景 阅读(138) 评论(0) 推荐(0) 编辑