max()
V1.4.2+
获取多个数字中最大的数字
${max(1, 2, 3, 4, 5)}
<#assign arr1 = [ 1, 2, 3, 4.5, 0.6 ] /> ${max(arr1, 0.3, 3.1415926, 100)}