给网页中的title加图标

在head标签里面加入如下代码

标题栏图标:
<link rel="icon" href="ico地址" type="image/x-icon">
收藏夹图标:
<link rel="shortcut icon" href="ico地址" type="image/x-icon">

posted @ 2017-04-06 11:18  小龙小龙小龙  阅读(207)  评论(0)    收藏  举报