JSP引入:
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
?
?
注意Input中value的写法:
<input name="doubleInput" type="text" maxlength="32" id="doubleInput" readonly value="<fmt:formatNumber value="${testBean.doubleValue}" pattern="#0.##"/>" />?