JSTL整除的方法 JSP中使用jstl计算整除:
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%><fmt:parseNumber value="${(25 / 13)}" integerOnly="true"/>