标签:success http 查询 根据 $scope rand ESS 实体 func
//查询实体
$scope.findOne=function(id){
$http.get(‘../brand/findOne.do?id=‘+id).success(
function(response){
$scope.entity= response;
}
);
}
标签:success http 查询 根据 $scope rand ESS 实体 func
原文地址:https://www.cnblogs.com/lijun6/p/11520499.html