摘要: //匹配事件格式13:13 public static bool IsTime(string StrSource) { return Regex.IsMatch(StrSource, @"^(([0-5]?\d):[0-5]?\d)$"); } 阅读全文
posted @ 2019-08-21 17:49 程旭清 阅读(155) 评论(0) 推荐(0) 编辑