单项选择题
下列哪种方式可以在session中保存一个名为"name",值为"newer"的属性()
A.request.getSession().setAttribute(“name”,"newer")
B.request.getSession().getAttribute(“ID”,id);
C.request.getSession().setParameter(“ID”,id);
D.request.getSession().getParameter(“ID”,id)
点击查看答案&解析
相关考题
