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