1. 程式人生 > >獲取app傳入的json值處理

獲取app傳入的json值處理

pre style spa HP json code post nts decode

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

獲取app傳入的json值處理