标签: javascript json angularjs
我正在从angularjs拨打电话,将一些数据发布到服务器上。我的问题是服务器返回的响应必须是JSON格式???
resource.save($scope.customer, function(data){ alert(data); })
与上面的代码一样,数据是来自服务器的响应
答案 0 :(得分:2)
默认情况下,JSON会在此页https://docs.angularjs.org/api/ng/service/$http
https://github.com/angular/angular.js/blob/master/src/ng/http.js#L12