Let str = 6 Str.padStart(2,’0’) ====> ;两字符串,前面补0 结果06 Let str = 6 Str.padStart(2,’0’) ====> ;两字符串,后面面补0 结果60