Example 1: php return json data header('Content-Type: application/json'); $colors = array("red", "blue", "green"); echo json_encode($colors); Example 2: php ...
確定! 回上一頁