摘要: 题目: Description: Write a function called repeatStr which repeats the given string string exactly n times. repeatStr(6, "I") // "IIIIII" repeatStr(5, " 阅读全文
posted @ 2022-01-05 22:18 bcaixl 阅读(15) 评论(0) 推荐(0) 编辑