摘要: 符合的含义^:开头;一组中括号里使用 ^ 时,它表示"非"或"排除"的意思(不),常常用来剔除某个字符;([^a-z] //除了小写字母以外的所有字符 )。$:结尾。():包裹一部分正则(^[-]?[0-9]+(\.[0-9]+)?$ ),然后大括号他出现的次数[a-zA-Z0-9] //匹配所有的 阅读全文
posted @ 2019-04-25 16:04 世人皆萌 阅读(921) 评论(0) 推荐(0) 编辑
摘要: /// /// 处理xml文件 /// public class HandelXmlFile { private string _configPath; ///文件地址 private void SetPath() { var type = typeof(T); ... 阅读全文
posted @ 2019-04-25 15:10 世人皆萌 阅读(691) 评论(0) 推荐(0) 编辑