码迷,mamicode.com
首页 > 移动开发 > 详细

获取app传入的json值处理

时间:2018-03-03 16:59:41      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:style   nbsp   get   put   empty   span   file   nts   blog   

$getDatas = $_POST;
if(empty($getDatas))
$getDatas = file_get_contents("php://input");
$getDatas = json_decode($getDatas,true);

 

获取app传入的json值处理

标签:style   nbsp   get   put   empty   span   file   nts   blog   

原文地址:https://www.cnblogs.com/wjw-/p/8496855.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!