antony--异域空间
性格左右命运,气度影响格局!


 string tarIP = srcIP.Substring(0, srcIP.LastIndexOf(".") + 1) + "*";

 string[] temp = s.Split(new char[] { '.' });
            string tt = temp[0] + "." + temp[1] + "." + temp[2] + ".*";
            Console.WriteLine(tt);


            string Text = Regex.Replace("196.168.16.23", @"(\d+.\d+.\d+.)(\d+)", "$1*");
                       Console.WriteLine(Text);

posted on 2007-05-12 16:17  antony.net  阅读(1978)  评论(1编辑  收藏  举报