Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
require 'nokogiri' require 'open-uri' page = Nokogiri::HTML(open("http://wwp.greenwichmeantime.com/")) puts page.xpath(".//*[@id='offset']/span[1]").text
これはグリニッジ標準時を出力するはずですが、何も出力しません。理由は何でしょうか。
検索したい要素は に隠されていiframeます。開きたい URL は ですhttp://wwp.greenwichmeantime.com/time/scripts/clock-8/runner.php?tz=gmt。元のページsrcの要素の属性から取得できます。iframe
iframe
http://wwp.greenwichmeantime.com/time/scripts/clock-8/runner.php?tz=gmt
src