function editGdsCount(index,id,count){
oldCount="${p.list["+parseInt(index)+"].gdsCount}";
alert(id+","+count+","+oldCount);
}
就这么简单一句话,index有值,但是就传入到el表达式中,要是oldCount="${p.list[1].gdsCount}"; 这么写死就没问题,为啥呢
用struts标签也一样,穿不进