摘要: string input = " 里面是不是汉字 ";bool bl= System.Text.RegularExpressions.Regex.IsMatch(input, @"[\u4e00-\u9fa5]+$"); 阅读全文
posted @ 2013-03-27 15:34 金虹巴巴 阅读(115) 评论(0) 推荐(0) 编辑