A.index
B.item
C.collection
D.separator
您可能感興趣的試卷
你可能感興趣的試題
A.<when>
B.<if>
C.<trim>
D.<select>
A.<if>
B.<choose>
C.<o(jì)therwise>
D.<where>
A.<choose>、<when>、<o(jì)therwise>元素組合
B.<select>、<where>、<o(jì)therwise>元素組合
C.<choose>、<when>、<trim>元素組合
D.<if>、<when>、<o(jì)therwise>元素組合
A.<if "username!=null and username!=’’">
B.<if test="username!=null or username!=’’">
C.<if test="username!=null and username!=’’">
D.<trim test="username!=null and username!=’’">
A.Transaction
B.OGNL
C.MVC
D.ORM
最新試題
當(dāng)客戶端form表單的enctype屬性為()時,瀏覽器就會采用二進制流的方式來處理表單數(shù)據(jù),服務(wù)器端就會對文件上傳的請求進行解析處理。
org.springframeword.web.filter.CharacterEncodingFilter可以用來解決()問題。
文件上傳時,form表單的method屬性設(shè)置為()。
單個攔截器的執(zhí)行流程中,下列方法最先執(zhí)行的是()。
Model是一個接口,ModelMap是一個接口實現(xiàn),作用是將model數(shù)據(jù)填充到()域。
<mvc:interceptors>元素用于配置一組攔截器,其子元素<bean>中定義的是()。
配置視圖解析器(ViewResolver)時,<property name="prefix"value="/WEB-INF/jsp/"/>是設(shè)置視圖的()屬性。
組合注解()匹配PUT方式的請求。
文件解析器類CommonsMultipartResolver的()屬性表示上傳文件的最大長度。
將請求消息數(shù)據(jù)與后臺方法參數(shù)建立連接的過程就是SpringMVC中的()。