ASP的for循环显示问题
<%dimafora=1to100-1Response.Write(a&"<br>")next%>这个结果显示的最后a=99<%dimafora=1to100-1next...
<%
dim a
for a=1 to 100-1
Response.Write(a&"<br>")
next
%>
这个结果显示的最后a=99
<%
dim a
for a=1 to 100-1
next
Response.Write(a&"<br>")
%>
这个显示的是100,为什么会有2种不同的值?最后的值不都应该是99吗? 展开
dim a
for a=1 to 100-1
Response.Write(a&"<br>")
next
%>
这个结果显示的最后a=99
<%
dim a
for a=1 to 100-1
next
Response.Write(a&"<br>")
%>
这个显示的是100,为什么会有2种不同的值?最后的值不都应该是99吗? 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询