$http({ method: 'POST',url: 'ajsave',data: data,// pass in data as strings headers: {'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8'} }).success(function (data) { console.log(data); });原文链接:https://www.f2er.com/angularjs/148973.html