A.2+3 B.5 C.23 D.不會輸出,因為表達式是錯誤的
A.HttpSession session = request.getSession(true); B.HttpSession session = request.getHttpSession(true); C.HttpSession session = response.getSession(true); D.HttpSession session = response. getHttpSession (true);
A. page B. include C. taglib D. forward