标签: javascript angularjs xmlhttprequest
我想知道post函数的原型($ http.post())。 它需要多少参数,它们是多少? 根据我的理解帖子(网址,数据)。
答案 0 :(得分:-2)
在方法帖子上你有3个参数(url,data,[config])
$ http.post(url,data,[config]);
在文档中解释:
angular post