|
|
@ -7,7 +7,7 @@ echo "\n\r"; |
|
|
|
|
|
|
|
|
// 解析 JSON |
|
|
// 解析 JSON |
|
|
$response = json_decode($json_string, true); |
|
|
$response = json_decode($json_string, true); |
|
|
echo $response; |
|
|
var_dump($response); |
|
|
echo "\n\r"; |
|
|
echo "\n\r"; |
|
|
|
|
|
|
|
|
// $jsonString = urldecode($json_string); |
|
|
// $jsonString = urldecode($json_string); |
|
|
|