在 Rails 中检索页面标题
好奇如何使用 ruby/rails 解决同样的问题 - 最快的方法检索
有没有人推荐的插件或 gem?干杯!
Curious as to how to approach this same problem using ruby / rails - Fastest way to retrieve a <title> in PHP
Is there a plugin or gem that anyone recommends? cheers!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
本着与 PHP 的精神相同的精神,让我们在没有特殊宝石的情况下做到这一点:
......然后 Google 就出来了
In the same spirit as the PHP tread, lets do this with no special gems:
..and out comes Google
使用 Nokogiri 可能会非常容易。
This would probably be pretty easy with Nokogiri.