题目内容:
在Servlet里,能正确获取session的语句是(A)。 a) HttpSession session = request.getSession(true);
b) HttpSession session = request.getHttpSession(true);
c) HttpSession session = response.getSession(true);
d) HttpSession session = response. getHttpSession (true);
参考答案: