此方法以反向格式返回字符。
reverse(str)
str - 源字符串
/* Main program */ a = "Hello World" say reverse(a)
当我们运行上述程序时,我们将得到以下结果。
dlroW olleH