摘要:
string s = " "; Regex re = new Regex(@"\s+value=([^\s>]+)"); Match m = re.Match(s);if (m.Success)Console.WriteLine(m.Groups[1].Value); ++++++++++++++++++++++++++++++++++++++++++++++起始,结束字符都是固定的,即不是带正... 阅读全文
posted @ 2007-07-11 12:25 且行且思 阅读(1936) 评论(0) 推荐(0)
浙公网安备 33010602011771号