for (i=0; i < ids.length; ++i){ $.ajax('http://api.server.com/'+id, { success: function(result) { // 2. Store the results in an array results.push(result); }
確定! 回上一頁