How can I retrieve the favicon of a website?

前端 未结 6 2023
滥情空心
滥情空心 2021-01-30 09:40

I want to list featured websites on my website and I thought it would be cool to honor and use their favicon. How do I get it from the domain for an arbitrary URL in either JSP

6条回答
  •  猫巷女王i
    2021-01-30 09:53

    • Using IE, bookmark the site

    • Drag the shortcut from your bookmarks menu onto your desktop

    • Open the resulting .URL using a (real) text editor

    • There will be a line in the file for IconFile, which will point to the favicon file on the web server

    • Browse to the file... viola!

提交回复
热议问题