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.
我需要检查外部网站上的互惠链接 - Rails 应用程序中的最佳选择是 webrat 还是 capybara?或者是其他东西?
用户将提交已放置返回给我们的链接的页面的 URL,因此我们不需要抓取整个站点,只需要提交的页面。
对于典型的 HTML 解析,请使用 Nokogiri。