【发布时间】:2015-06-08 21:13:02
【问题描述】:
我的 $http.get 有一个参数,它的工作原理如下:
getUserBand: function(email) {
return $http.get(baseUrl + 'selectUserBand.php?email=' + email);
},
我想发送 2 个参数,例如:
getUserBand: function(email,param2) {
How to call 2 parameter in this field?
},
$http.get字段中如何调用email和param2?
【问题讨论】:
标签: angularjs ionic-framework ionic