摘要:
Regex rx = new Regex(@"1\d*2"); string s = "123123123"; mcoll = rx.Matches(s); Debug.WriteLine(mcoll.Count); string mxs; int j = 0; foreach (Match mx in mcoll) { if ((mxs = mx.ToString().Trim()) != ""... 阅读全文
posted @ 2010-12-06 16:12
赵轶东
阅读(171)
评论(1)
推荐(1)
浙公网安备 33010602011771号