How can I retrieve the favicon of a website?

前端 未结 6 2080
滥情空心
滥情空心 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条回答
  •  死守一世寂寞
    2021-01-30 09:55

    Open the page source code (right click View page source) find the below mentioned line, click the images/favicon.png link.

    
    

提交回复
热议问题