国产chinesehdxxxx野外,国产av无码专区亚洲av琪琪,播放男人添女人下边视频,成人国产精品一区二区免费看,chinese丰满人妻videos

Groovy toLowerCase()方法

2021-01-23 10:50 更新

將此字符串中的所有字符轉(zhuǎn)換為小寫(xiě)。

句法

String toLowerCase()

參數(shù)

沒(méi)有

返回值

小寫(xiě)的修改字符串。

下面是一個(gè)使用這個(gè)方法的例子 -

class Example { 
   static void main(String[] args) { 
      String a = "HelloWorld"; 
      println(a.toLowerCase()); 
   } 
}

當(dāng)我們運(yùn)行上面的程序,我們將得到以下結(jié)果 -

helloworld
以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)