格式化字符串长度 方法 function formatWidth(str, width){ str += '' if(str.length<width) '+str, width) else return str } 测试代码 a = console.log(a,formatWidth(a,)) a = console.log(a,formatWidth(a,)) a = console.log(a,formatWidth(a,)) 运行结果 获取格式化时间字符串 方法 function tim