就事论事,做个循环就可以:dim jfor j=0 to ubound(mysz)if mysz(j)="" then exit fornextresponse.write "mysz数组从第"&j+1&"个元素开始为空"
从mysz(i)开始为空撒