2013年2月5日
摘要: 看见网上没有这样的东西 自己就写了一个。。!!!!!public List<string> GetLiveIP(string startIP, string endIP) { List<string> result = new List<string>(); var ipArray = startIP.Split('.'); int A1 = int.Parse(ipArray[0]); int A2 = int.Parse(ipArray[1]); int A3 = i... 阅读全文
posted @ 2013-02-05 09:55 harry 刘 阅读(672) 评论(0) 推荐(0)