函数名称:字符串反转
函数功能:将字符串倒序显示
函数方法
str2 = string.reverse(str1)
函数用例
str1 = "ti od tsuj" str2 = string.reverse(str1) dialog("转换后内容:"..str2,5000)