词条 | 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 |
随便看 |
百科全书收录4421916条中文百科知识,基本涵盖了大多数领域的百科知识,是一部内容开放、自由的电子版百科全书。