Open yyman001 opened 7 years ago
checkTextLength:function (string) { return string.replace(/[^\x00-\xff]/g,"aa").length; //return str.replace(/[\u0391-\uFFE5]/g,"aa").length; },
http://blog.csdn.net/testcs_dn/article/details/21412303
http://blog.csdn.net/testcs_dn/article/details/21412303