选择题
将字串 s 中的所有字母变为小写字母的方法是
A、
s.toSmallCase()
B、
s.toLowerCase()
C、
s.toUpperCase()
D、
s.toUpperChars()
【正确答案】
B
【答案解析】
提交答案
关闭