单项选择题
int a = 5;
request.setAttribute("a","123");
session.setAttribute("a","456");
%>
A、5
B、123
C、456
D、null
点击查看答案&解析
