zoukankan      html  css  js  c++  java
  • 博客园 自定义标签图标

    
    /*
    改标签页图标
    */
    $('link[rel="shortcut icon"]').remove();
    (function() {
        var link = document.createElement('link');
        link.type = 'image/x-icon';
        link.rel = 'shortcut icon';
        link.href = 'https://z3.ax1x.com/2021/05/10/gtzu3n.jpg';
        document.getElementsByTagName('head')[0].appendChild(link);
    }());
    
  • 相关阅读:
    Spring----Day03
    Spring----Day02
    python
    python
    python
    python
    python
    python
    python
    python
  • 原文地址:https://www.cnblogs.com/hustshu/p/14751591.html
Copyright © 2011-2022 走看看