JSP中經常使用的三個標籤庫

1. JSTL <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> 使用這個標籤須要導入jstl.jar 2. Spring form tag <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> 3. Spring tag <
相關文章
相關標籤/搜索