美文网首页
解决angularjs的post传入后台的springMVc不识

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

作者: 额尔齐斯冷 | 来源:发表于2015-10-27 20:37 被阅读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});

相关文章

网友评论

      本文标题:解决angularjs的post传入后台的springMVc不识

      本文链接:https://www.haomeiwen.com/subject/uebxhttx.html