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!=’’">
最新試題
當有多個攔截器同時工作時,它們的preHandle()會按照配置文件中攔截器的(),而它們的postHandle()方法和afterCompletion()方法則會按照()。
文件上傳時,form表單的method屬性設置為()。
org.springframeword.web.filter.CharacterEncodingFilter可以用來解決()問題。
SpringMVC中,使用注解方式時,需要添加()包。
當請求中的參數(shù)與控制器中的方法參數(shù)名不一致時,可以采用()來建立聯(lián)系。
文件解析器類CommonsMultipartResolver的()屬性表示上傳文件的最大長度。
RESTful風格在HTTP請求中,使用()表示添加操作。
@Controller注解類型用于指示Spring類的實例是一個()。
$.ajax中,表示請求時攜帶的數(shù)據(jù)的是()。
DispatcherServlet的全名是org.springframework.web.servlet.DispatcherServlet,它在程序中充當著()的角色。