摘要: using System.Web; namespace Common { public class IPUtil { /// /// 获取IP地址 /// /// public string GetClientIP() { string result =... 阅读全文
posted @ 2016-10-26 09:45 bky_xiaozhu 阅读(475) 评论(0) 推荐(0) 编辑