要使用JSTL的核心标签库,需要在JSP源文件的首部加入如下声明语句()
要使用JSTL的核心标签库,需要在JSP源文件的首部加入如下声明语句()
A.〈%@taglibprefix="c"
uri="http://java.sun.com/jsp/jstl/core"%〉
B.〈%@taglibprefix=”x”
uri=”http://java.sun.com/jsp/jstl/xml”%〉
C.〈%@taglibprefix=”fmt”
uri=”http://java.sun.com/jsp/jstl/fmt”%〉
D.〈%@taglibprefix=”sql”uri=”http://java.sun.com/jsp/jstl/sql”%〉
正确答案:〈%@taglibprefix="c"
uri="http://java.sun.com/jsp/jstl/core"%〉