[求助]大家给看看哪错了,ASP学习中~
<% dim a(4)
a(0)=93
a(1)=80
a(2)=90
a(3)=85
a(4)=88
for i=0 to 4
response.write("第"&(i+1)&"个学生的成绩是"&a(i)&"<br>")
b=b+a(i)
next
response.write("平均成绩是"&b/3)
%>
放在网页中提示错误!
大家给看看哪出的什么问题?
2006-09-01 21:40

2006-09-01 21:43

2006-09-01 21:46
2006-09-01 21:48

2006-09-01 21:49
2006-09-01 21:50
2006-09-01 21:51
2006-09-01 21:55

2006-09-01 21:56
2006-09-01 21:58