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!=’’">
A.Transaction
B.OGNL
C.MVC
D.ORM
最新試題
SpringMVC處理方法的返回類型()主要在異步請求時使用,它只返回數(shù)據(jù),而不會跳轉視圖。
組合注解()匹配PUT方式的請求。
可以在()文件中進行前端控制器的配置。
DispatcherServlet的全名是org.springframework.web.servlet.DispatcherServlet,它在程序中充當著()的角色。
Model是一個接口,ModelMap是一個接口實現(xiàn),作用是將model數(shù)據(jù)填充到()域。
RESTful風格在HTTP請求中,使用()表示添加操作。
當客戶端form表單的enctype屬性為()時,瀏覽器就會采用二進制流的方式來處理表單數(shù)據(jù),服務器端就會對文件上傳的請求進行解析處理。
調用()組件對已經綁定了請求消息數(shù)據(jù)的參數(shù)對象進行數(shù)據(jù)合法性校驗。
在SpringMVC中,不采用注解,設計控制器類需要實現(xiàn)()。
下列數(shù)據(jù)是合法的JSON數(shù)據(jù)的是()。