jstl 學習日記

1. 使用任何庫,你必須在每一個jsp文件中的頭部包含<taglib>標籤。html

2.  核心標籤是最經常使用的jstl標籤,引用核心標籤庫的語法以下:java

<% taglib prefix="c" url="http://java.sun.com/jsp/jstl/core" %>jsp

3. 格式化標籤ui

jstl格式化標籤用來格式化並輸出文本、日期、時間、數字。引用格式化標籤庫的語法以下:url

<% taglib prefix="fmt">  uri="http://java.sun.com/jsp/jstl/fmt" %>orm

 

具體使用能夠參考:htm

http://www.cnblogs.com/lihuiyy/archive/2012/02/27/2369382.htmlblog

http://www.runoob.com/jsp/jstl-format-settimezone-tag.htmlform

相關文章
相關標籤/搜索