Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将 HashMap 传递给我的 jsp。我需要在 jstl 中从地图中获取键值。就像是
<c:set var="set" value="${fn:valueMap.keySet()}"></c:set>
并使用 get() 方法从地图中获取单个值。由于特定的表示逻辑,我不能使用 < c:foreach> 来迭代地图。