js 判断字符串长度
转载来处:https://www.cnblogs.com/hello321/p/7821400.html
第一种使用方法:
var aa="1,2,3,4,5";
var bb=aa.gblen();
console.log(bb);
本文来自博客园,作者:quitpoison,转载请注明原文链接:https://www.cnblogs.com/quitpoison/p/9894553.html
转载来处:https://www.cnblogs.com/hello321/p/7821400.html
第一种使用方法:
var aa="1,2,3,4,5";
var bb=aa.gblen();
console.log(bb);
本文来自博客园,作者:quitpoison,转载请注明原文链接:https://www.cnblogs.com/quitpoison/p/9894553.html