当前位置: 首页 > 网络学院 > 客户端脚本教程 > VBScript > VBScript RTrim 属性
The RTrim function removes spaces on the right side of a string.
RTrim 属性可返回不带后续空格 (RTrim)的字符串副本
RTrim(string) |
参数 | 描述 |
---|---|
string | Required. A string expression 必选项。string 参数是任意有效的字符串表达式 |
dim txt 输出: " This is a beautiful day!" |