当前位置: 首页 > 网络学院 > 客户端脚本教程 > VBScript > VBScript Space 函数
The Space function returns a string that consists of a specified number of spaces.
Space 函数可返回由指定数目的空格组成的字符串。
Space(number) |
参数 | 描述 |
---|---|
number | Required. The number of spaces you want in the string 必选项。number 参数为字符串中用户所需的空格数 |
dim txt 输出: " " |