给网页中的title加图标
在head标签里面加入如下代码
标题栏图标:
<link rel="icon" href="ico地址" type="image/x-icon">
收藏夹图标:
<link rel="shortcut icon" href="ico地址" type="image/x-icon">
生命不息,撸码不止
在head标签里面加入如下代码
标题栏图标:
<link rel="icon" href="ico地址" type="image/x-icon">
收藏夹图标:
<link rel="shortcut icon" href="ico地址" type="image/x-icon">