要使用JSTL的核心标签库,需要在JSP源文件的首部加入如下什么声明语句?()
第1题:
在J2EE中,在my.jsp中使用标记扩展,下列选项正确的是()
第2题:
在JSP中使用()指令来声明对标签的引用
第3题:
在JSP中,若要在JSP正确使用标签:
第4题:
在JSP页面上使用JSTL标签时,应使用JSP指令()导入标签库描述符文件。
第5题:
在JSP中,()指令用于将文件嵌入JSP页面。
第6题:
JSP的哪个指令允许页面使用者自定义标签库?()
第7题:
Which the JSTL code snippet can be used to import content from another web resource?()
第8题:
<jsp:param name=”username” value=”liu”/>
<%@include file=”head.jsp”%>
<%@taglib uri=”/struts.tags” prefix=”s”%>
<%@page contectType=”texthtml,charset=gb2312”%>
第9题:
〈%@ taglib prefix=c uri=http://java.sun.com/jsp/jstl/core %〉
〈%@ taglib prefix=x uri=http://java.sun.com/jsp/jstl/xml %〉
〈%@ taglib prefix=fmt uri=http://java.sun.com/jsp/jstl/fmt %〉
〈%@ taglib prefix=sql uri=http://java.sun.com/jsp/jstl/sql %〉
第10题:
<%@ taglib URL=”/hello” prefix=”examples”%>
<%@ taglib URI=”/hello” prefix=”examples”%>
<%@ taglib url=”/hello” prefix=”examples”%>
<%@ taglib uri=”/hello” prefix=”examples”%>
第11题:
page
taglib
tag
lib
第12题:
%@taglib URL=“/hello”prefix=“examples”%>
%taglib URI=“/hello”prefix=“examples”%>
%@taglib url=“/hello”prefix=“examples”%>
%@taglib uri=“/hello”prefix=“examples”%>
第13题:
A JSP page contains a taglib directive whose uri attribute has the value dbtags. Which XML element withinthe web application deployment descriptor defines the associated TLD?()
第14题:
下面哪个方法不属于JSP指令:()
第15题:
在java程序中的my.jsp中要使用标记扩展,下列选项正确的是()。
第16题:
在JSP中,()动作用于将文件包含入JSP页面。
第17题:
以下有关JSTL的说法不正确的是()。
第18题:
第19题:
Given in a single JSP page: <%@ taglib prefix=’java’ uri=’myTags’ %> <%@ taglib prefix=’JAVA’ uri=’moreTags’ %> Which two are true?()
第20题:
.tld
.jar
.jsp
.class
第21题:
在tld文件中定义标签
创建一个标签处理器
引入这个标签的标签库,并指定前缀名
在JSP页面中使用page指令
在JSP页面中使用taglib指令
第22题:
x
getKing
myTags
king
第23题:
<@taglib>
<taglib>
<tag>
<attribute>