js计算数字长度

js调用toString方法转为字符串后取长度

var num = 123;
alert(num.toString().length);

猜你喜欢

转载自www.cnblogs.com/wanlibingfeng/p/9198699.html