- A+
所属分类:Spring
---
title: Thymeleaf模板表达式
date: 2018-07-30 14:19:40
categories: Spring
tags:
- thymeleaf
- 表达式
---
参照https://lijun0349-163-com.iteye.com/blog/2396563
实际试了下,数字三位用,号分隔用${#numbers.formatInteger(num,3)}这个不行,得用${#numbers.formatInteger(num,1,’COMMA’)}
