标签:RKE object eem att 设置 对象 bsp nbsp freemark
1、freemarker判断对象是否为空:<#if object??></#if>。同时可以设置默认值: ${object!""}
2、如果对象中有属性,那么对象和属性都可能为空,需要判断:<#if (object.attribute)??></#if> 设置默认值:${(object.attribute)!"”}
标签:RKE object eem att 设置 对象 bsp nbsp freemark
原文地址:https://www.cnblogs.com/rainva/p/8989818.html