<c:forEach>The varStatus of the tag is used to record some information of the output line. Every time you turn the page, the data must be refreshed, so it starts from 1 every time. To achieve the effect of +1 when turning a page , you can consider storing the value in the session, and add 1 when turning a page
<c:forEach>The varStatus of the tag is used to record some information of the output line. Every time you turn the page, the data must be refreshed, so it starts from 1 every time. To achieve the effect of +1 when turning a page , you can consider storing the value in the session, and add 1 when turning a page