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. 您要打开的网址是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