Skip to content

toLower ​

String.prototype.toLower()

转化为小写。

返回值:String

js
console.log('banana'.toLower());