String.toLowerCase()

可用性

Flash Player 5。

用法

my_str.toLowerCase()

参数

无。

返回

字符串。

说明

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