Increment counter with loop

前端 未结 4 420
梦毁少年i
梦毁少年i 2021-01-30 08:21

This question is related to my previous question :

Jsp iterate trough object list

I want to insert counter that starts from 0 in my for loop, I\'ve tried several

4条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-30 08:43

    The varStatus references to LoopTagStatus which has a getIndex() method.

    So:

    
                   
            
        
    
    

    See also:

    • Hidden features of JSP/Servlet

提交回复
热议问题