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.
我需要遍历 JSP 中的集合。现在我使用一个<c:forEach>循环遍历集合中的每个元素。我只需要访问集合中一个随机选择的元素的属性。
<c:forEach>
关于如何在 JSP 中执行此操作的任何想法?