times(count) -> string
将字符串重复 count 次。
count
"echo ".times(3); //-> "echo echo echo "
Submit feedback about this site to: