My current problem is that only the last one is sent back among multiple ones. Think about it
Error in the above The reason is that when time is triggered for execution, i=4, so although there are multiple ones, it is always the last one
var timerr;
function xunhuanlian(points,value){
if(replayi
AddGuiJi (points[replayi],value);
replayi ;
timerr=setTimeout(function(){ xunhuanlian(points,value);},1000);
}
else{
replayi =0;
clearTimeout(timerr);
}
/* for (var i=0;iAddGuiJi(points[i],value);
//var t=setTimeout(function(){ AddGuiJi(points[i],value);},2000*i)
} */
}