现在是重复调用一个方法 ,方法中function getSecondInfo(ID) { $http({ url: "http://192.168.199.239:8013/Productions/GetProductionsByID?ProductionID=" + ID, method: 'get' }).success(function(data) { $scope.json[ID] = data[0]; }); $scope.ManJsonArr.push($scope.json);}上述方法是在一个循环中调用,id值是循环中的i值 我每次循环都会为json赋值,最后执行完上述循环,json的值是最后一次执行的还是结果,还是所有的执行的结果
添加回答
举报
0/150
提交
取消