HTML教程 XML教程 JavaScript教程 HTML DOM 教程 ASP教程 PHP教程 VBScript教程 AJAX教程 SQL教程 ADO教程 ASP.NET教程 VB.Net 教程 C语言教程 C++教程
返回 VBScript 函数参考手册
LTrim 函数可删除字符串左侧的空格。
Len(string|varname)
dim txt txt=" This is a beautiful day! " document.write(LTrim(txt))
输出:
"This is a beautiful day! "
© 2008 woyouxian.net 版权所有 Contact Us