微信动态修改title标签

titleInit(val){
  document.title = val;
  var i = document.createElement('iframe');
  i.src = '//m.baidu.com/favicon.ico';
  i.style.display = 'none';
  i.onload = function() {
    setTimeout(function(){
      i.remove();
    }, 10)
  };
  document.body.appendChild(i);
},

 

posted @ 2017-12-26 17:17  黑夜的白羊丿  阅读(279)  评论(0编辑  收藏  举报