首页 试题广场 > 试题详情
多选题

【C016049】在SpringMVC中,下面哪个选项能正确使用SpringMVC表单标签( )。

  • A.<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
    <%@ taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
    ①引入标签的声明
    <html>
    … ②声明后,在页面中就可以使用任意SpringMVC表单标签了
    </html>
  • B.<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
    <%@ taglib uri="http://www.springframework.org/tags/form" prefix="checkbox"%>
    ①引入标签的声明
    <html>
    … ②声明后,在页面中就可以使用任意SpringMVC表单标签了
    </html>
  • C.<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
    <%@ taglib uri="http://www.springframework.org/tags/form" prefix="option"%>
    ①引入标签的声明
    <html>
    … ②声明后,在页面中就可以使用任意SpringMVC表单标签了
    </html>
  • D.<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
    <%@ taglib uri="http://www.springframework.org/tags/form" prefix="input"%>
    ①引入标签的声明
    <html>
    … ②声明后,在页面中就可以使用任意SpringMVC表单标签了
    </html>
提交并查看答案
下一题 上一题
Ke星伙伴们的回答/ 4个回答
贡献榜
相关试题
关闭
关闭
QQ
交流群
邀请
好友
App
下载
意见
反馈
返回
顶部