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>、コレクション内のすべての要素を通過するループを使用しています。コレクション内のランダムに選択された 1 つの要素のプロパティにアクセスする必要があるだけです。
<c:forEach>
JSPでこれを行う方法についてのアイデアはありますか?