WEB开发网
开发学院WEB开发Jsp toUpperCase 方法 阅读

toUpperCase 方法

 2008-01-05 19:01:44 来源:WEB开发网   
核心提示: 返回一个字符串,该字符串中的所有字母都被转化为大写字母,toUpperCase 方法,strVariable.toUpperCase( )"String Literal".toUpperCase( )说明toUpperCase 方法对非字母字符不会产生影响, 示例下面的示例演示了 toUpperC

 

返回一个字符串,该字符串中的所有字母都被转化为大写字母。

strVariable.toUpperCase( )
"String Literal".toUpperCase( )

说明

toUpperCase 方法对非字母字符不会产生影响。

示例

下面的示例演示了 toUpperCase 方法的效果:

var strVariable = "This is a STRING object";
strVariable = strVariable.toUpperCase( );

在执行上一条语句后 strVariable 的值为:

THIS IS A STRING OBJECT

要求

版本 1

请参阅

String 对象的方法 String 对象的属性 toLowerCase 方法

应用于: String 对象


Tags:toUpperCase 方法

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接