0
HashMap
には、savedQuestionAnswer<Integer,ArrayList>
の記号があります。私は、特定のキーのList
を取得しようと変数に代入し、次のコードjstlで変数を変数に代入する方法
<c:set var="answerList" value="${savedQuestionAnswer[theCount.count]}"/>
<c:forEach var="answers" items="answerList">
<c:out value="${ answers}" /> <br>
</c:forEach>
を使用して、それを反復処理するが、それはちょうどあなたがあなたの変数を記述するために見逃していることかもしれ