码迷,mamicode.com
首页 > Web开发 > 详细

js判断中文字符长度

时间:2017-04-22 15:48:05      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:turn   prototype   length   中文   文字   bsp   function   string   长度   

 就是 你把

String.prototype.len = function() 

return this.replace(/[^\x00-\xff]/g, "xx").length; 

放到你的 <Script></script>当中去,
然后你要判断长度的那里 就这么用

alert($("#文本框id").val().len()); 

就行了

js判断中文字符长度

标签:turn   prototype   length   中文   文字   bsp   function   string   长度   

原文地址:http://www.cnblogs.com/jassy/p/6747825.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!