php $data = /** whatever you're serializing **/; header('Content-Type: application/json'); echo json_encode($data);. If I'm not using a particular framework, I ...
確定! 回上一頁