好的网站(to be continued)
摘要:http://blog.csdn.net/Knight94/archive/2006/11/15/1385284.aspxhttp://blog.csdn.net/21aspnet/archive/2007/03/21/1535747.aspxhttp://www.w3school.com.cn
阅读全文
RegularExpressions
摘要:using System;using System.Collections.Generic;using System.Text;using System.Text.RegularExpressions;namespace ConsoleApplication2{ class Program { static void Main(string[] args) { string Pattern = "...
阅读全文