2012年10月26日
摘要: 正则表达式命名空间:using System.Text.RegularExpressions;常用的类: Regex MatchCollection Match Group GroupCollection 常用的方法: Regex.IsMatch(); 返回值bool Regex.Match(); 返回值Match Regex.Matches(); 返回值MatchCollection Regex.Replace(); 返回值string正则表达式抓取图片: 引用命名空间:using System.Net; using System.IO; ... 阅读全文
posted @ 2012-10-26 18:00 Kingly 阅读(638) 评论(0) 推荐(0)