Stringdate="TodayisSunday";把date转换成全小写的语句是()
A:toLowerCase(date);
B:date.toLowerCase();
C:date.toUpperCase();
D:toUpperCase(date);
出自:计算机科学