function getId(){
var BB =[];
$.ajax({
...,
success:function(data){
BB.push(data)
}
})
//这里能够调用BB
console.log(BB)
}
相关分类