<%
dim za1(3),za2(10)
za1(0) = "fdas,t,t,f,f"
za1(1) = "fdreqt,f,t,f,f"
for zi = 0 to ubound(za1)
za2 = split( za1(zi),",") ‘這句有error
for zj = 0 to ubound( za2)
response.write za2(zj) & " --- "
next
response.write "<br>"
next
%>
請只回第三樓的問題就可以了,多謝
[此贴子已经被作者于2007-8-23 9:36:20编辑过]