单项选择题

A.String str=request.getAttribute("jb");
B.String str=(String)request.getAttribute("jb");
C.Object str=request.getAttribute("jb");
D.取不出来