else

用途

逻辑else 标签

示例

<g:if test="${name == 'fred'}">
     Hello Fred!
</g:if>
<g:else>
     Hello ${name}! Do I know you?
</g:else>