get_repeatstr(string, num)

参数:

string, 需要重复的字符串

num, 需要重复的次数

作用:

返回某字符串的重复几次后的值。

示例:

{$=get_repeatstr("a", 3)}
返回值:aaa