添加代码,如下:
1 <link rel="shortcut icon" href="your_ico.ico" type="image/x-icon">
href是图标路径,type指定类型,可选择mime下的几种类型,另外注意图标大小,常用16×16,32×32。
添加代码,如下:
1 <link rel="shortcut icon" href="your_ico.ico" type="image/x-icon">
href是图标路径,type指定类型,可选择mime下的几种类型,另外注意图标大小,常用16×16,32×32。