如何让jsp 文本框只显示浮点数,不显示科学计数法?

xiaoxiao2021-02-28  96

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

<input class="content_input" name="energyUsed"  value="<fmt:formatNumber value="${baseInformation.energyUsed}" pattern="#.##"/>" number=true/>
转载请注明原文地址: https://www.6miu.com/read-64376.html

最新回复(0)