单项选择题

在Servlet里,能正确获取session的语句是()

A.HttpSession session = request.getSession(true);
B.HttpSession session = request.getHttpSession(true);
C.HttpSession session = response.getSession(true);
D.HttpSession session = response. getHttpSession (true);

微信扫码免费搜题