摘要:
bool isChinses = System.Text.RegularExpressions.Regex.IsMatch(strSearchKey, @"[\u4e00-\u9fa5]+$");/////////////////////string s = "hello你好"; for(int i = 0;i<s.Length,i++) { if((s[i]>'a' && s[i]<'z') || (s[i]>'A' && s[i]<' 阅读全文
posted @ 2013-04-01 10:01
金虹巴巴
阅读(207)
评论(0)
推荐(0)

浙公网安备 33010602011771号