1. padStart(maxLength, fillString)2. push方法返回 1. padStart(maxLength, fillString)字符串开头添加填充,当长度小于字符串长度时,不会添加填充 2. push方法返回push返回的时数组的长度