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
A.<resultMap>元素
B.<enviroment>
C.<transactionManager>
D.<databaseProvider>
最新試題
配置前端控制器時(shí),<url-pattern>/</url-pattern>表示()。
下列是正確的JSON對象結(jié)構(gòu)數(shù)據(jù)的是()。
SpringMVC數(shù)據(jù)綁定的過程中,ServletRequest接收受的信息直接給()。
$.ajax中,表示請求時(shí)攜帶的數(shù)據(jù)的是()。
在SpringMVC中,不采用注解,設(shè)計(jì)控制器類需要實(shí)現(xiàn)()。
SpringMVC處理方法的返回類型()主要在異步請求時(shí)使用,它只返回?cái)?shù)據(jù),而不會(huì)跳轉(zhuǎn)視圖。
ViewResolver解析后,會(huì)向()中返回具體的View(視圖)。
下列文件可能是SpringMVC的配置文件的是()。
調(diào)用()組件對已經(jīng)綁定了請求消息數(shù)據(jù)的參數(shù)對象進(jìn)行數(shù)據(jù)合法性校驗(yàn)。
ModelAndView對象的()方法向模型對象中添加數(shù)據(jù)。