VBScript StrReverse 函数

定义和用法

StrReverse 函数可反转一个字符串。

语法

  1. StrReverse(string)
参数 描述
string 必需的。需被反转的字符串。

实例

例子 1

  1. dim txt
  2. txt="This is a beautiful day!"
  3. document.write(StrReverse(txt))

输出:

  1. !yad lufituaeb a si sihT