A.Request.getParameter(“ID”)
B.Reponse.getParameter(“ID”)
C.Request.getAttribute(“ID”)
D.Reponse.getAttribute(“ID”)
您可能感興趣的試卷
你可能感興趣的試題
A、<%=a;%>
B、<%=a%>
C、<% =a;%>
D、<%a%>
A.Requestdispatcher
B.Responsedispatcher
C.Servletdispatcher
D.includedispatcher
A.Request
B.Response
C.ServletConfig
D.ServletContext
A. initCtx.lookup("java:comp/env/ejb/ejbC")
B. initCtx.lookup("java:comp/ejb/ejbC")
C. initCtx.lookup("java:comp/ejbC")
D. initCtx.lookup("java:comp/env/ejbC")
A. WEB-INF
B. APP-INF
C. META-INF
D. WEB-INF\lib
最新試題
將請求消息數(shù)據(jù)與后臺方法參數(shù)建立連接的過程就是SpringMVC中的()。
在SpringMVC中,不采用注解,設(shè)計控制器類需要實現(xiàn)()。
Model是一個接口,ModelMap是一個接口實現(xiàn),作用是將model數(shù)據(jù)填充到()域。
調(diào)用()組件對已經(jīng)綁定了請求消息數(shù)據(jù)的參數(shù)對象進行數(shù)據(jù)合法性校驗。
SpringMVC處理方法的返回類型()主要在異步請求時使用,它只返回數(shù)據(jù),而不會跳轉(zhuǎn)視圖。
文件解析器類CommonsMultipartResolver的()屬性表示上傳文件的最大長度。
當(dāng)客戶端form表單的enctype屬性為()時,瀏覽器就會采用二進制流的方式來處理表單數(shù)據(jù),服務(wù)器端就會對文件上傳的請求進行解析處理。
自定義數(shù)據(jù)綁定可以采用Converter或Formatter,兩者的區(qū)別下列說法正確的是()。
<mvc:interceptors>元素用于配置一組攔截器,其子元素<bean>中定義的是()。
org.springframeword.web.filter.CharacterEncodingFilter可以用來解決()問題。