在每个页面实现不同ICO代码-自定义地址栏ico图标
如何在代理平台使用自定义地址栏ico图标?
在每个页面实现不同ICO代码
在每个页面最后添加
<script>
(function(){
var link = document.createElement('link');
link.href="http://down.nicenic.com/upload/200712/02/30.ico"; //修改为您ICO地址
link.rel="shortcut icon";
var head = document.getElementsByTagName('head')[0];
head.appendChild(link);
})();
</script>
请确认该图片存在,然后点“修改”保存信息即可。
更多ico请浏览:
http://down.nicenic.com/view.php?id=8
~~ The End ~~
本文标签:none
最后编辑:2024 年 07 月 15 日 10:35
本文链接:https://blog.zlrm.net/index.php/310.html(转载时请注明出处及链接! )
作品采用: 署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0) 许可协议授权。
最后编辑:2024 年 07 月 15 日 10:35
本文链接:https://blog.zlrm.net/index.php/310.html(转载时请注明出处及链接! )
作品采用: 署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0) 许可协议授权。