【发布时间】:2011-03-27 01:51:25
【问题描述】:
我看了你的帖子
simple php script to retrieve google keyword search completion
我想知道您将如何“回显”下一页? 这是我的脚本..
$search = '查询';
$x = json_decode(file_get_contents( 'http://ajax.googleapis.com/ajax/services/search/web?v=1.0&q=' . urlencode($search)));
回声 $x->responseData->results[0]->url;
我能够“回显”该网址,但我被困在进入下一页并“回显”下一个网址
谢谢楼主
【问题讨论】: