gpt4 book ai didi

jsp - 如何在JSTL中查找HashMap是否为空/空?

转载 作者:行者123 更新时间:2023-12-01 07:02:34 27 4
gpt4 key购买 nike

我的 Controller 中有这样的东西:

model.attribute("hiringManagerMap",hiringManagerMap);

我正在访问此 hiringManagerMap在我的 jsp 中并在选项中显示字符串值。

仅当 Map 不为空时,我才需要显示该字段。

我试着做 <c:if test=${!hiringManagerMap['empty']}> .但是,它不起作用。即使 Map 不为空,它也不起作用。

请帮忙!!

最佳答案

试试这个 <c:if test="${not empty hiringManagerMap}"> .它应该检查 null 和 empty。请阅读 this如果您需要检查其他集合或 map 是否为空,请了解更多详细信息。

关于jsp - 如何在JSTL中查找HashMap是否为空/空?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12487740/

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