js 判断字符串长度

转载来处:https://www.cnblogs.com/hello321/p/7821400.html

第一种使用方法:

var aa="1,2,3,4,5";

var bb=aa.gblen();

console.log(bb);

posted @ 2018-11-02 09:49  quitpoison  阅读(953)  评论(0)    收藏  举报