function funcChina(str){
if(/.*[\u4e00-\u9fa5]+.*$/.test(str))
{
return false;
//不是中文
}
return true;
}
标签:文字 asc turn javascrip als style 中文字符 判断字符串 function
function funcChina(str){
if(/.*[\u4e00-\u9fa5]+.*$/.test(str))
{
return false;
//不是中文
}
return true;
}
标签:文字 asc turn javascrip als style 中文字符 判断字符串 function
原文地址:https://www.cnblogs.com/liugangBlog/p/8251628.html