times     [1.5.1]

times(count) -> string

将字符串重复 count 次。

样例

"echo ".times(3); //-> "echo echo echo "