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