toLowerCase 百科内容来自于: 百度百科

toLowerCase 方法 返回一个字符串,该字符串中的字母被转换为小写字母。
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
$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定