相关考题
-
单项选择题
要使用JSTL的核心标签库,需要在JSP源文件的首部加入如下什么声明语句?()
A.〈%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %〉
B.〈%@ taglib prefix="x" uri="http://java.sun.com/jsp/jstl/xml" %〉
C.〈%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %〉
D.〈%@ taglib prefix="sql" uri="http://java.sun.com/jsp/jstl/sql" %〉 -
单项选择题
以下()标签用于格式化日期和时间并按照设定的格式给予输出。
A.〈fmt:formatDate〉
B.〈fmt:setLocale〉
C.〈fmt:param〉
D.〈fmt:setTimeZone〉 -
单项选择题
以下()标签用来解析XML文件。
A.〈x:set〉
B.〈x:otherwise〉
C.〈x:parse〉
D.〈x:transform〉
