VBScript 函数参考手册
Space 函数可返回一个由指定数目的空格组成的字符串。
Space(number)
dim txt txt=Space(10) document.write(txt)
输出:
" "
Search: