我使用GET方法获得回复。我需要访问此响应中的一些值才能在我的项目中工作。如何访问下图所示的值?
我试过
}).then(function (response) {
var MLP_result
//console.log(response);
$scope.response = response;
$scope.MLP_result = response.data.MLPResult;
console.log("MLP"+ MLP_result);
});
但是我收到了错误。如何将此值放入范围