var promises = [1, 2].map(function(id) {
return id;
});
Promise.all(promises).then(function(val) {
$.ajax() {
data: 一次为数组里面的值
}
}).catch(function(reason) {
// ...
相关分类