< div class=“w-100 top-bg”>
<c:choose>
<c:when test="${not empty flag2}">
满足显示的内容
< h1> hahahahha < /h1>
< /c:when>
< c:otherwise>
不满足显示的内容 不加则不显示
< /c:otherwise>
< /c:choose>
< /div>
< div class=“w-100 top-bg”>
<c:choose>
<c:when test="${not empty flag2}">
满足显示的内容
< h1> hahahahha < /h1>
< /c:when>
< c:otherwise>
不满足显示的内容 不加则不显示
< /c:otherwise>
< /c:choose>
< /div>