摘要: View Code 1 using System; 2 using System.Text.RegularExpressions; 3 namespace MetarCommonSupport 4 { 5 /// <summary> 6 /// 通过Framwork类库中的Regex类实现了一些特殊功能数据检查 7 /// </summary> 8 public class MetarnetRegex 9 { 10 11 private static MetarnetRegex instance = null; 12 public static MetarnetRege 阅读全文
posted @ 2011-04-25 15:45 陆宗轩 阅读(14424) 评论(0) 推荐(3) 编辑