函数名称:复制字符串
函数功能:复制字符串
函数方法
str = string.rep(s,n,sep)
函数用例
s = "go" str = string.rep(s,3," ") dialog(str,5000)