找考题网-背景图
单项选择题

在Struts 2的Action中实现用户权限控制时,需要使用seesion保存用户信息,下面获取session语法正确的是()。

A.Session session=request.getSession();
B.Session session=ActionContext.getSession();
C.Map session=ActionContext.getContext().getSession();
D.Map session=ServletContext.getContext().getSession();

热门试题