repeat - 通过源字符串重复生成N次组成新的字符串。 @param src 源字符串 例如: 空格(" "), 星号(" "), "浙江" 等等... @param num 重复生成次数 @return 返回已生成的重复字符串
(String src, int num)
source not stored for this graph (policy: none)
no test coverage detected