theWayToAce
    document.setTitle = function(t) {
        document.title = t;
        var i = document.createElement(\'iframe\');
        i.src = \'//m.baidu.com/favicon.ico\';
        i.style.display = \'none\';
        i.onload = function() {
          setTimeout(function(){
            i.remove();
        }, 9)
      }
      document.body.appendChild(i);
  }

  setTimeout(function(){
     document.setTitle(\'雨田\');
}, 1000);

  

分类:

技术点:

相关文章:

  • 2021-11-04
  • 2021-06-17
  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
  • 2021-09-03
  • 2021-12-18
  • 2021-12-18
猜你喜欢
  • 2022-12-23
  • 2021-12-18
  • 2021-12-18
  • 2021-09-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案