更新時(shí)間:2016年06月29日17時(shí)57分 來(lái)源:傳智播客Java培訓(xùn)學(xué)院 瀏覽次數(shù):
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> ... ... <body> <% Date date=new Date(); request.setAttribute("date", date); %> <fmt:formatDate value="${date }" pattern="yyyy-MM-dd HH:mm:ss"/> </body> |
此處省略例1-1中的代碼 <fmt:formatNumber value="1.23" pattern="0.0"> </fmt:formatNumber> |
此處省略例1-1中的代碼 <% request.setAttribute("num1",3.1415926); %> <fmt:formatNumber value="${num1 }" pattern="0.000"> </fmt:formatNumber> |
北京校區(qū)