阅读背景:

如何在从服务器(nodejs expressjs)获取到角控制器的响应中获取数据?

来源:互联网 
$http
   .get('/getFollowings/' + currentUser)
   .success(function(response) {
        $scope.friendlist = response;
   });
$http
   .get('/getFollowings/' + currentUser)



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: