#不能接受

解决angularJs使用POST请求时服务器端不能接受到数据

$http({url:'data/order_add.php',method:'POST',data:{user_name:$scope.user_name,sex:$scope.sex,phone:$scope.phone,addr:$scope.addr,did:$location.search().did},he...

restlet不能接受angular post过来的数据

修改headercreate:{method:'POST',headers:{'Content-Type':'application/x-www-form-urlencoded'}}...