例如:
一、?seq_index_of and ?seq_last_index_of 支持集合
1、seq_index_of 集合元素所处位置
例如:<#assign array= ["A", "B", "C"]> ${array?seq_index_of("C")} 如果:=2
2、seq_last_index_of 集合元素所处位置
日期类型数据支持 ?long 方法
数值到日期的转换 ?number_to_date, ?number_to_time, ?number_to_datetime
日期格式转换 ${myTimeStamp?iso_utc}
特殊变量 ${.now}
?sort 和 ?sort_by 支持布尔值的排序
注:待完善。。。