js 判断字符串长度时间:2022-05-26 00:54:48转载来处:https://www.cnblogs.com/hello321/p/7821400.html 第一种使用方法: var aa="1,2,3,4,5"; var bb=aa.gblen(); console.log(bb);