摘要:
1.解析IPIP验证namespace 解析IP{ class Program { static void Main(string[] args) { string str = "192.168.1.100[port=8080,type=ftp]"; Match m1 = Regex.Match(str, @"\d{0,3}(\.\d{0,3}){3}"); if (m1.Success) { Console.WriteLine("IP地... 阅读全文
posted @ 2012-07-05 23:40
张磊(Avraber)
阅读(1056)
评论(0)
推荐(0)
浙公网安备 33010602011771号