"John Doe", "age" => 30, "city" => "New York");
$json = json_encode($data);
$decoded_data = json_decode($json);
print_r($decoded_data);
?>
顶一下
(0)
0%
踩一下
(0)
0%
- 相关评论
- 我要评论
-
30, "city" => "New York");$json = json_encode($data);$decoded_data = json_decode($json);print_r($decoded_data);?>" />