for(var i=0;i<3;i++){ · (function(i){ · var img=new Image(); · img.src=src[i]; · img.onload=function(){ · console.log(img) · }})(i); · }.
確定! 回上一頁