nokogiri:从页面获取快捷方式图标

发布于 2024-08-07 14:56:45 字数 18 浏览 5 评论 0原文

我怎样才能做到这一点?

How can I do that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

深者入戏 2024-08-14 14:56:46

@smatchkkiss 在大多数情况下都是正确的。总的来说,如果一个网站提供了一个图标,那就是他所说的位置。但是,不需要在那里。可以通过文档本身中的 link 标签指定图标。请参阅维基百科,了解有关标准应如何表述的更多详细信息 完成。

@smotchkkiss is correct for most cases. By and large, if a website provides an icon, it's where he said it would be. However, it isn't required to be there. The favicon can be specified via link tags in the document itself. See Wikipedia for more details on how the standards say it should be done.

瑶笙 2024-08-14 14:56:46

要使用 nokogiri,您需要获取以下链接元素:(此摘自该网站)。

To use nokogiri, you need to grab the following link element: <link rel="shortcut icon" href="http://sstatic.net/so/favicon.ico"> (this was taken from this site).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文