lolhezihehe 2016-02-26 05:42 采纳率: 20%
浏览 1578

PHP怎么获取获取angularjs http.post

前端:$http({
method: 'POST',
url: "http://127.0.0.1:8080/school/studentadd.php",
data : newnames,
headers : {'Content-Type': 'application/x-www-form-urlencoded' }
}).success(function(){
console.log('success');
}).error(function(){
alert("error");
});
PHP接收:echo file_get_contents('php://input'); 没显示任何数据
图片说明
这是什么原因,没获取到数据吗?

  • 写回答

1条回答 默认 最新

  • pdffj 2016-02-28 06:10
    关注

    $http.post获得的返回不是个json么?取callback的success方法返回值就可以啊。
    $http({
    method : 'POST',
    url : 地址,
    data: 数据
    }).success(function(data, status, headers, config) {
    console.log(data);
    }).error(function(data, status, headers, config) {

    });
    把data赋给你的变量,log一下需要那个字段就显示那个字段好了。

    http://www.cr175.com/info/4067.html

    评论

报告相同问题?

悬赏问题

  • ¥15 求daily translation(DT)偏差订正方法的代码
  • ¥15 js调用html页面需要隐藏某个按钮
  • ¥15 ads仿真结果在圆图上是怎么读数的
  • ¥20 Cotex M3的调试和程序执行方式是什么样的?
  • ¥20 java项目连接sqlserver时报ssl相关错误
  • ¥15 一道python难题3
  • ¥15 牛顿斯科特系数表表示
  • ¥15 arduino 步进电机
  • ¥20 程序进入HardFault_Handler
  • ¥15 关于#python#的问题:自动化测试