<%int i;%>是定义在service()方法内部的,<%! int i;%>是定义在service()方法外部的,如果在jsp页面上需要写个方法的话,就用这种
<%int i;%> 局部遍历的声明 <%! int i;%>全局的变量声明