官方论坛产品帮助刷图视频问题反馈

ASP循环输出数组

发表于 秦海传媒

    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
    
  • 此条目发表在 闲言碎语 分类目录。将固定链接加入收藏夹。

Google ADs

除非另有声明,本站文章遵循知识共享署名-非商业性使用 2.5 中国大陆许可协议。 Copyright © 2008-2012 99288.NET.CN.