在JavaServer Pages(JSP)中,DecimalFormat类用于格式化浮点数或双精度数。以下是一个简单的JSP示例,展示了如何使用DecimalFormat类来格式化数字。

```jsp

<%@ page contentType="