VBScript Len 函数

VBScript 参考手册 完整的 VBScript 参考手册

Len 函数返回字符串中的字符数量。

语法

Len(string)
参数描述
string字符串表达式。

实例

实例 1

<script type="text/vbscript">

 txt="This is a beautiful day!"
 document.write(Len(txt))

 </script>

以上实例输出结果:

24
尝试一下 »

实例 2

您还可以把字符串直接放入 Len 函数:

<script type="text/vbscript">

 document.write(Len("This is a beautiful day!"))

 </script>

以上实例输出结果:

24
尝试一下 »

VBScript 参考手册 完整的 VBScript 参考手册

新闻动态 联系方式 广告合作 招聘英才 安科实验室 帮助与反馈 About Us

Copyright © 2013 - 2019 Ancii.com All Rights Reserved京ICP备18063983号-5 京公网安备11010802014868号