我已使用file_get_contents获取字符串的google结果并显示在网页上。
$url = "http://www.google.com/search?q=".$str;
$result = file_get_contents($url);
echo $result;
但是,是否可以只显示前几个结果,比如5,而不是所有结果?
答案 0 :(得分:0)
要限制Google搜索结果的数量,请将参数 if ((myWindow == null) || (myWindow.closed)) {
// open pop up window and get document for processing
myWindow = window.open(l_url, l_name, l_params);
$(myWindow).on('load', function() {
$('#tbody_result', myWindow.document).append(row_html);
});
}
添加到您的Google查询中。
比较