使用通用选项添加网站图标
我想使用 favicon.ico 将网站图标添加到我的网站。
但是,如果网站没有提供通用图标,我想加载一个通用图标。
如何测试某个图标是否存在,如果不存在,如何操作 DOM 以指向服务器上的通用图标。
I'd like to add favicons to my site using favicon.ico.
however I want to load a generic icon if the site does not provide one.
How can I test for the presense of a favicon and if one is not present manipulate the DOM to point to a generic favicon on the server.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你可以使用一些 JavaScript。适应适应...
You could use some JavaScript. Adapt to suit...
找到了这个链接,希望我能早点找到这个。
在
w3 schools
只需调用 onerror 上的函数即可将 src 重置为通用图像。
Found this link, wish I would have found this sooner.
at
w3 schools
Just call a function on the onerror that resets the src to a generic image.