最佳答案 非常简单: 关于jSTL - -6ren">
gpt4 book ai didi

jSTL - 在 JSTL 中更改为三元

转载 作者:行者123 更新时间:2023-12-02 00:16:41 25 4
gpt4 key购买 nike

你能帮我把这个 JSTL 标签转换成 JSTL 三元吗

<body
<c:choose>
<c:when test="${wcmMode.author}">class="author"</c:when>
<c:otherwise>class="${page.class}"</c:otherwise>
</c:choose>
>

最佳答案

非常简单:

<body class="${ wcmMode.author ? 'author' : page.class }">

关于jSTL - 在 JSTL 中更改为三元,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12723961/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com