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