StringReverse |
首页 后退 前进 |
StringReverse 反转指定字符串的内容.
StringReverse ( "string" [, flag = 0] ) 参数
返回值 返回一个颠倒的字符串.
函数示例 #include <MsgBoxConstants.au3> ----------------------------------------
该函数可以通过命令 exect 调用 参见: StringLeft, StringTrimLeft, StringTrimRight, StringMid, StringLen, StringInStr exect=StringReverse('Это~~字符串') GLOBALEXECT<a> ;; 反向线
|