请使用方法json_last_error_msg检查您的错误 $inputJSON = file_get_contents('php://input'); $data=json_decode($inputJSON, true); if (!is_array($data) ...
確定! 回上一頁