解决angularjs的post传入后台的springMVc不识

2015-10-27  本文已影响0人  额尔齐斯冷

var transform =function(data){return$.param(data);    }   

$http.post("/foo/bar", requestData, {        headers: {'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8'},        transformRequest: transform    }).success(function(responseData) {//do stuff with response});

上一篇 下一篇

猜你喜欢

热点阅读