VBScript UCase 函数

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

UCase 函数把指定的字符串转换为大写。

提示:请参阅 LCase 函数。

语法

UCase(string)
参数描述
string必需。需被转换为大写的字符串。

实例

实例 1

<script type="text/vbscript">

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

 </script>

以上实例输出结果:

THIS IS A BEAUTIFUL DAY!
尝试一下 »

实例 2

<script type="text/vbscript">

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

 </script>

以上实例输出结果:

THIS IS A BEAUTIFUL DAY!
尝试一下 »

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

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

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