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