<%dim aaaaaa="a,b,c,d,e,f,g,h,i,g"response.write aaa & "<br>"
dim bbb,cccbbb=split(aaa,",")ccc=ubound(bbb) '得到bbb数组的下限response.write ccc & "<br>"
for i=0 to cccresponse.write bbb(i) & "<br>"next
%>