1.
2.repeat
repeat方法返回一个新字符串,表示将原字符串重复n次。
repeat
n
参数如果有小数,不进行4舍五入,直接取整
参数如果有负数,报错
参数是 0 到-1 之间的小数,则等同于 0
3.