对象判空
Watermark watermark = new Watermark();
<#if watermark != null && watermark != ‘’></#if>
队列判空
List ArticleArea = articleAreaService.getName();
<#if ArticleArea?? && ArticleArea.size() gt 0></#if>
最后
以上就是暴躁玫瑰最近收集整理的关于freemarker中对象判空与队列判空的全部内容,更多相关freemarker中对象判空与队列判空内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复