基于 AJAX Search API 的 Google::Search 模块似乎不太好用,还是只有我自己?
例如,我使用 firefox 搜索 google:http ://bloggingheads.tv/forum/member.php?u=12129
它带来结果。
但是当我以这种方式使用模块时:
$google_search = Google::Search->Web ( q => "http://bloggingheads.tv/forum/member.php?u=12129" );
@result = $google_search->all;
我在数组中什么都没有。
任何的想法?
似乎这个 API 并没有像手动搜索那样带来相同的结果,我错过了什么吗?