var promises = [1, 2].map(function(id) { return id;});Promise.all(promises).then(function(val) { $.ajax() { data: 一次为数组里面的值 }}).catch(function(reason) { // ...});
添加回答
举报
0/150
提交
取消