现在的位置: 首页 > 综合 > 正文

JSTL标签引入

2013年08月02日 ⁄ 综合 ⁄ 共 389字 ⁄ 字号 评论关闭

<%@ taglib prefix="bean"  uri="http://struts.apache.org/tags-bean" %>
<%@ taglib prefix="logic"  uri="http://struts.apache.org/tags-logic" %>
<%@ taglib prefix="html"  uri="http://struts.apache.org/tags-html" %>
<%@ taglib prefix="c"  uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="fmt"  uri="http://java.sun.com/jsp/jstl/fmt" %>
<%@ taglib prefix="pg"  uri="http://jsptags.com/tags/navigation/pager" %>

抱歉!评论已关闭.