下面哪个方法不属于JSP指令:()
未知类型:{'options': ['', '[%@include\u2002file=”head.jsp”%]', '[%@taglib\u2002uri=”/struts.tags”\u2002prefix=”s”%]', '[%@page\u2002contectType=”texthtml,charset=gb2312”%]'], 'type': 102}
未知类型:{'options': ['', '[%@include\u2002file=”head.jsp”%]', '[%@taglib\u2002uri=”/struts.tags”\u2002prefix=”s”%]', '[%@page\u2002contectType=”texthtml,charset=gb2312”%]'], 'type': 102}
举一反三
- 下面哪个方法不属于JSP指令:() A: <jsp:param name=”username” value=”liu”/> B: <%@include file=”head.jsp”%> C: <%@taglib uri=”/struts.tags” prefix=”s”%> D: <%@page contectType=”texthtml,charset=gb2312”%>
- 以下通过JSP的include指令来引入这些抽取出的JSP页面方式正确的是() 未知类型:{'options': ['[%@include file="head.jsp"%]', '[% @include file="head.jsp"%]', '[%@ include file="head.jsp"%]', '[ %@include file="head.jsp"% ]'], 'type': 102}
- 以下( )代码可以正确导入核心标签库。 未知类型:{'options': ['[% page import = “c”%]', '[% page prefix = “c” uri = “/WEB-INF/c.tld”%]', '[% taglib prefix = “c” import = “/WEB-INF/c.tld” %]', '[% taglib prefix = “c” uri = “/WEB-INF/c.tld”%]'], 'type': 102}
- 下面哪个标签()是JSP静态包含的形式? 未知类型:{'options': ['[jsp:include]', '[%@include %]', 'include', '[@include]'], 'type': 102}
- 在JSP页面中,正确引入JavaBean的是()。 未知类型:{'options': ['[%jsp: useBean id ="myBean” scope ="page” class="pkg.MyBean" %]', '[jsp: useBean name ="myBean” scope ="page” class="pkg.MyBean"]', '[jsp: useBean id ="myBean” scope ="page” class="pkg.MyBean”/]', '[jsp: useBean name ="myBean” scope ="page” class="pkg.MyBean”/]'], 'type': 102}