2013-11-03から1日間の記事一覧

yahoo検索で検索件数の取得

yahoo検索で検索件数の取得 #encoding: utf-8 require 'rubygems' require 'hpricot' require 'mechanize' require 'open-uri' require 'uri' #$KCODE='u' text1=URI.encode(ARGV[0]); agent=Mechanize.new agent.get("http://search.yahoo.co.jp/search?p=#…