You can return json in PHP this way: header('Content-Type: application/json'); echo json_encode(array('foo' => 'bar')); exit;.
確定! 回上一頁