为了账号安全,请及时绑定邮箱和手机立即绑定

$http有点不太明白

function(name,path){}方法中的参数都没见用到,那是怎么请求的呢?

正在回答

2 回答

个人理解,只是写了一些参数表示可以通过这些参数添加自己的一些逻辑进去,在代码里面执行判断。


0 回复 有任何疑惑可以回复我~
$http({method: 'GET', url: '/someUrl'}).
    success(function(data, status, headers, config) {
      // this callback will be called asynchronously
      // when the response is available
    }).
    error(function(data, status, headers, config) {
      // called asynchronously if an error occurs
      // or server returns response with an error status.
    });

根据官方文档是这样的,传入的参数没用到有可能是在用的时候已经写死了,注意看method和url即可。

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
AngularJS实战
  • 参与学习       205465    人
  • 解答问题       1158    个

一起学习AngularJS的基础教程,通过实例学习并学会AngularJS

进入课程

$http有点不太明白

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信