In JSP page we can access to attributes using this: (千美元)
. But if we in sevlet do the following:
req.getSession.setAttribute("name", sessionName );
getServletContext().setAttribute("name", sevletContextName)
req.setAttribute("name", reqName);
那么,哪一个可变的联合方案在使用时可以进入?
(千美元)