What I have tried: $json = file_get_contents('url/file/json.php'); $data = json_decode($json, true); foreach ($data as $key => $value)
確定! 回上一頁