摘要:
string pattern = @"[\u4e00-\u9fa5]+\s+\d+"; if (!Regex.IsMatch(toSave, pattern)) { this.toolStripText.Visible = true; this.toolStripText.Text = string.Format("字符串格式不符合标准"); this.txt_Edit.Focus(); } 阅读全文
posted @ 2011-09-05 17:37
苏景苒
阅读(256)
评论(0)
推荐(0)
浙公网安备 33010602011771号