如何在JSP中格式化百分比?
<FMT:formatNumber>标记用于格式数字,百分比,和货币。
属性
<FMT:formatNumber>标签具有以下属性-
示例
<%@ taglib prefix = "c" uri = "http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix = "fmt" uri = "http://java.sun.com/jsp/jstl/fmt" %>
<html>
<head>
<title>JSTL fmt:formatNumber Tag</title>
</head>
<body>
<h3>Number Format:</h3>
<c:set var = "balance" value = "120000.2309" />
<p>Formatted Number (1): <fmt:formatNumber type = "percent" maxIntegerDigits="3" value = "${balance}" /></p>
<p>Formatted Number (2): <fmt:formatNumber type = "percent" minFractionDigits = "10" value = "${balance}" /></p>
<p>Formatted Number (3): <fmt:formatNumber type = "percent" maxIntegerDigits = "3" value = "${balance}" /></p>
</body>
</html>上面的代码将产生以下结果-
Number Format: Formatted Number (1): 023% Formatted Number (2): 12,000,023.0900000000% Formatted Number (3): 023%
热门推荐
10 接亲祝福语女生文案简短
11 送女孩的简短祝福语
12 开丁大吉祝福语 简短
13 伴郎红包祝福语朋友简短
14 新年英文祝福语简短创意
15 新年简短祝福语大全集
16 员工聚餐中秋祝福语简短
17 新年祝福语简短小猪
18 元旦感恩祝福语简短大全