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
最新試題
Tomcat、Jetty、JBoss和GlassFish默認的Servlet名稱是()。
配置視圖解析器(ViewResolver)時,<property name="prefix"value="/WEB-INF/jsp/"/>是設(shè)置視圖的()屬性。
MultipartFile接口的()方法用來判斷上傳的文件是否為空。
簡單來說,RESTful風格就是把請求參數(shù)變成()的一種風格。
SpringMVC處理方法的返回類型()主要在異步請求時使用,它只返回數(shù)據(jù),而不會跳轉(zhuǎn)視圖。
DispatcherServlet的全名是org.springframework.web.servlet.DispatcherServlet,它在程序中充當著()的角色。
單個攔截器的執(zhí)行流程中,下列方法最先執(zhí)行的是()。
在SpringMVC中,不采用注解,設(shè)計控制器類需要實現(xiàn)()。
$.ajax中,表示請求時攜帶的數(shù)據(jù)的是()。
組合注解()匹配PUT方式的請求。