velocity遍历 List Map
List<Map<String,Object>>
#foreach($user in $!{acceptList})
#foreach($u in $!{user.entrySet()})
$!{u.key} --> $!{u.value}
#end
#end
velocity语法
web