gpt4 book ai didi

Javascript - 将数据从谷歌趋势网址保存到 PHP 数组中

转载 作者:行者123 更新时间:2023-11-28 08:40:29 24 4
gpt4 key购买 nike

您好,在网上搜索,但没有找到解决方案。

我会保存此 URL http://www.google.com/trends/fetchComponent?q=asdf,qwerty&cid=TIMESERIES_GRAPH_0&export=3 中的数据放入 PHP 数组中。

现在我有这个代码,

<?php

$url = 'http://www.google.com/trends/fetchComponent?q=asdf,qwerty&cid=TIMESERIES_GRAPH_0&export=3';

$c = curl_init($url);
curl_setopt($c, CURLOPT_RETURNTRANSFER, 1);
$responsedata = curl_exec($c);
curl_close($c);

echo $responsedata;


?>

但似乎不起作用。

有人可以帮助我吗?

最佳答案

它的 JSON

remove // Data table response
google.visualization.Query.setResponse

);

然后http://php.net/json_decode

关于Javascript - 将数据从谷歌趋势网址保存到 PHP 数组中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20548090/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com