what is the data type of Request("ckbID")? number? string?try 
a = a + "";
var ary = a.split(/,/);

解决方案 »

  1.   

    Request("ckbID")is number.
    I will try the way which you given,thanks!
      

  2.   

    单独的Response.write(ary.length)输出很正常
    但下面这句用来测试的循环却没有任何输出
    for (var i = 0;i < ary.length;i++) {
       Response.write(ary.length);
    }
      

  3.   

    I am usually on between 9am-1pm and 10pm-1am.what is the length of ary? if it is 0, you will not see anything