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