function doanimate(){ for(var i = 0;i < 5;i++){ (function(i){ elment[i].animate({ top:‘50px‘ },500,‘linear‘,function(){ element[i].css(‘top‘,‘0px‘); }) })(i); } }
- 1
时间: 2024-10-25 20:44:23
function doanimate(){ for(var i = 0;i < 5;i++){ (function(i){ elment[i].animate({ top:‘50px‘ },500,‘linear‘,function(){ element[i].css(‘top‘,‘0px‘); }) })(i); } }