1

こんにちは!私はこの問題を抱えています... ボタンを生成する JSP に for ループがあります

<div class=button>
     <% for (int i=0; i<2; i++ ) { %>
     //Title button is Title i.
     //Each button send the user at the same url destination.jsp`
</div>

[タイトル 1] [タイトル 2] destination.jspにいるとき、i の値を知るにはどうすればよいですか? どうもありがとう!

4

1 に答える 1