Method: Query::Result::Qihu#next_url

Defined in:
lib/query/result/qihu.rb

#next_urlObject

下一页



59
60
61
# File 'lib/query/result/qihu.rb', line 59

def next_url
  next_href = @page.xpath('//a[@id="snext"]').first['href']
end