weixin_33739523 2017-04-18 07:48 采纳率: 0%
浏览 3

将值发回给ajax

Problem, is, if in x.php file I do following:

print_r($data->name);

then I get in Ajax call console.log(data); (Right data), but if I don't do print_r, I get null. I dont really want to print_r($data) in x.php, I just want to pass the value (without printing on screen) back to ajax function, so console.log($data) would show correct data and then manipulate it there with some html. How can I do this?

  • 写回答

1条回答 默认 最新

  • 关注
    header('Content-Type: application/json');
    echo json_encode($array);
    exit();
    
    评论

报告相同问题?

悬赏问题

  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 对于相关问题的求解与代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作