这段代码为什么在asp上总是显示出错 求大神指点
<%j=0Fori=1To20Step2i=3j=j+1response.Write"第"&j&"次循环i="i&"<br>"&i&"<br>"Nextresponse....
<%
j = 0
For i = 1 To 20 Step 2
i =3
j = j + 1
response.Write "第"&j&"次循环i="i&"<br>"&i&"<br>"
Next
response.Write "退出循环后i="& i
%>
额 那个是 输入错误 我重新弄了 还是不行 总是出现这个
An error occurred on the server when processing the URL. Please contact the system administrator.
If you are the system administrator please click here to find out more about this error. 展开
j = 0
For i = 1 To 20 Step 2
i =3
j = j + 1
response.Write "第"&j&"次循环i="i&"<br>"&i&"<br>"
Next
response.Write "退出循环后i="& i
%>
额 那个是 输入错误 我重新弄了 还是不行 总是出现这个
An error occurred on the server when processing the URL. Please contact the system administrator.
If you are the system administrator please click here to find out more about this error. 展开
展开全部
response.Write "第"&j&"次循环i="i&"<br>"&i&"<br>"
这个里面差个&
response.Write "第"&j&"次循环i="&i&"<br>"&i&"<br>"
而且这个是个死循环,i永远等于3,循环永远结束不了。
鉴定完毕
这个里面差个&
response.Write "第"&j&"次循环i="&i&"<br>"&i&"<br>"
而且这个是个死循环,i永远等于3,循环永远结束不了。
鉴定完毕
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
for 语句用 i 循环时,这个循环内怎么可以给 i 赋值呢?成死循环了,当然出错。。。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询