gpt4 book ai didi

jSTL - 我如何检查是否使用 jSTL 设置了属性(不是 null 也不是空字符串)?

转载 作者:行者123 更新时间:2023-12-03 05:47:39 25 4
gpt4 key购买 nike

例如

<c:if test="${post}">
<h3>${post.title}</h3>
</c:if>

最佳答案

使用空关键字

<c:if test="${not empty post}">
<h3>${post.title}</h3>
</c:if>

关于jSTL - 我如何检查是否使用 jSTL 设置了属性(不是 null 也不是空字符串)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/867687/

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