转换
- #conversions: 允许在模版的任何地方执行转换服务的实用对象。
/** ======================================================================* See javadoc API for class org.thymeleaf.expression.Conversions* ======================================================================*//** Execute the desired conversion of the 'object' value into the* specified class.*/${#conversions.convert(object, 'java.util.TimeZone')}${#conversions.convert(object, targetClass)}
