VBScript StrReverse 函数
❮ VBScript 完整参考
StrReverse 函数用于反转字符串。
语法
StrReverse(string)
参数 | 描述 |
---|---|
string | 必需。要反转的字符串。 |
示例 1
Dim txt
txt="This is a beautiful day!"
response.write(StrReverse(txt))
输出
!yad lufituaeb a si sihT
❮ VBScript 完整参考
StrReverse 函数用于反转字符串。
StrReverse(string)
参数 | 描述 |
---|---|
string | 必需。要反转的字符串。 |
Dim txt
txt="This is a beautiful day!"
response.write(StrReverse(txt))
输出
!yad lufituaeb a si sihT
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]