String.toUpperCase()

可用性

Flash Player 5。

用法

my_str.toUpperCase()

参数

无。

返回

字符串。

说明

方法;返回 String 对象的一个副本,其中所有的小写字符转换为大写。原始值不变。