chenjianjx 发表于 2013-2-7 17:28:53

Several tips on Free Marker

1. It will not display null value as "";You can use ${name!""} or ${name!}
2. It will not escape xml/html by default; Use <#escape> if you want.
页: [1]
查看完整版本: Several tips on Free Marker