标签:中文字符 mem length alert 中文 取字符串 nbsp match res
var RespMemo=‘1231231617440C01 心存正义 10‘; //定义字符串
re = /[\u4E00-\u9FA5]/g; //测试中文字符的正则
var leng = RespMemo.match(re).length; //计算中文的个数
alert(leng );
标签:中文字符 mem length alert 中文 取字符串 nbsp match res
原文地址:https://www.cnblogs.com/ycl1010/p/11684162.html