toLowerCase 方法
2008-01-05 19:01:46 来源:WEB开发网核心提示: 返回一个字符串,该字符串中的字母被转换为小写字母,toLowerCase 方法,strVariable.toLowerCase( )"String Literal".toLowerCase( )说明toLowerCase 方法对非字母字符不会产生影响, 下面的示例演示了 of the toLowe
返回一个字符串,该字符串中的字母被转换为小写字母。
strVariable.toLowerCase( )
"String Literal".toLowerCase( )
说明
toLowerCase 方法对非字母字符不会产生影响。
下面的示例演示了 of the toLowerCase 方法的效果:
var strVariable = "This is a STRING object";
strVariable = strVariable.toLowerCase( );
在执行上一条语句后 strVariable 的值为:
this is a string object
要求
版本 1
请参阅
String 对象的方法 String 对象的属性 toUpperCase 方法
应用于: String 对象
Tags:toLowerCase 方法
编辑录入:爽爽 [复制链接] [打 印]- ››方法 (Array)
- ››toLowerCase 方法
- ››方法和作用域中的内部类
- ››方法调用的绑定
更多精彩
赞助商链接