jstl的fmt標籤庫,最經常使用的幾個

<center> parseNumber標籤把字符串轉化爲數字 <fmt:parseNumber value="1,000"/><br> formatDate標籤用於將日期轉化爲指定格式的字符串: <jsp:useBean id="currDate" class="java.util.Date"></jsp:useBean> <fmt:formatDate value="${currDate }"
相關文章
相關標籤/搜索