A.<if>
B.<when>
C.<where>
D.<foreach>
您可能感興趣的試卷
你可能感興趣的試題
A.index
B.item
C.collection
D.separator
A.<when>
B.<if>
C.<trim>
D.<select>
A.<if>
B.<choose>
C.<otherwise>
D.<where>
A.<choose>、<when>、<otherwise>元素組合
B.<select>、<where>、<otherwise>元素組合
C.<choose>、<when>、<trim>元素組合
D.<if>、<when>、<otherwise>元素組合
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!=’’">
最新試題
下列是正確的JSON對象結(jié)構(gòu)數(shù)據(jù)的是()。
單個攔截器的執(zhí)行流程中,下列方法最先執(zhí)行的是()。
@RequestMapping注解的默認屬性是()。
SpringMVC數(shù)據(jù)綁定的過程中,ServletRequest接收受的信息直接給()。
在SpringMVC中,不采用注解,設(shè)計控制器類需要實現(xiàn)()。
下列示攔截器,主要用于攔截用戶請求并做相應(yīng)的處理的是()。
org.springframeword.web.filter.CharacterEncodingFilter可以用來解決()問題。
當客戶端form表單的enctype屬性為()時,瀏覽器就會采用二進制流的方式來處理表單數(shù)據(jù),服務(wù)器端就會對文件上傳的請求進行解析處理。
配置前端控制器時,<url-pattern>/</url-pattern>表示()。
調(diào)用()組件對已經(jīng)綁定了請求消息數(shù)據(jù)的參數(shù)對象進行數(shù)據(jù)合法性校驗。