Grails 如何在 test 进行多重判断

请参看下面的代码进行多重判断。<g:if test="${something.equals(PARAMETER_A) || something.equals(PARAMETER_B}"> </g:if>