For i = LBound(wstrstr) To UBound(wstrstr)
wstrstr=split(wstrstr,",") For i = LBound(wstrstr) To UBound(wstrstr) Response.Write("1") Response.Write("返回值数组中的元素[" & i & "]:" & Right(wstrstr(i),Len(wstrstr(i))-2) & "
") Next
for i=1 to ubound(array)
keyword_ary=split(keywords,",") For i=1 To ubound(keyword_ary) Response.Write "" Response.Write "" Next
for each in
new=”1,2,3,4,5” new=split(new,”,”) j=0 for each i in new response.write new(j) j=j+1 next
最新评论