美文网首页
手机QQ更改title

手机QQ更改title

作者: 李小_包 | 来源:发表于2019-04-02 18:49 被阅读0次
var i = document.createElement('iframe');
i.src = window.location.href
i.style.display = 'none';
i.onload = function() {
  setTimeout(function() {
    i.remove();
  }, 9)
}
document.title = `想要修改的title名称`
document.body.appendChild(i);

相关文章

网友评论

      本文标题:手机QQ更改title

      本文链接:https://www.haomeiwen.com/subject/fkknbqtx.html