日期:2014-05-16  浏览次数:20338 次

jsp/servlet-常用taglib

jstl:

<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>

?

struts2:

<%@ taglib prefix="s" uri="/struts-tags" %>
? ?

?

?