标签:style blog http io color ar os 使用 java
<%@ taglib uri="xxxxxx" prefix="z"%>
说明:JSTL标签库
核心标签库 (Core tag library)JSTL | 前缀名称 | URI | 使用 |
核心标签库 |
c |
http://java.sun.com/jsp/jstl/core |
<c:out> |
国际化标签 | fmt |
http://java.sun.com/jsp/jstl/fmt |
<fmt:formatDate> |
数据库标签 | Sql |
http://java.sun.com/jsp/jstl/sql |
<sql:query> |
XML标签 | x |
http://java.sun.com/jsp/jstl/xml |
<x:forEach> |
函数标签 | fn |
http://java.sun.com/jsp/jstl/functions |
${fn:indexOf(name, "-")} |
标签:style blog http io color ar os 使用 java
原文地址:http://www.cnblogs.com/liuwt365/p/4082409.html