单项选择题

已知有定义:Strings="story",下面( )表达式是合法的。

A.s+="books";
B.char C=s[1];
C.int len=s.length;
D.String s=s.toLowerCase();