toLowerCase 方法
时间:2007-12-27 来源:不详 作者:林子
返回一个字符串,该字符串中的字母被转换为小写字母。 本文来自织梦
strVariable.toLowerCase()
"String Literal".toLowerCase()
copyright dedecms
说明
toLowerCase 方法对非字母字符不会产生影响。
内容来自dedecms
下面的示例演示了 of the toLowerCase 方法的效果: dedecms.com
var strVariable = "This is a STRING object";
strVariable = strVariable.toLowerCase();
本文来自织梦
在执行上一条语句后 strVariable 的值为:
织梦好,好织梦
this is a string object
内容来自dedecms
要求
版本 1
织梦内容管理系统
请参阅
String 对象的方法 | String 对象的属性 | toUpperCase 方法
内容来自dedecms
应用于: String 对象 内容来自dedecms
上一篇:toString 方法 下一篇:toPrecision 方法
文章评论
共有位Admini5网友发表了评论 查看完整内容