微信动态设置title

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);
}
posted @ 2017-07-08 13:19  Sun_Song  阅读(259)  评论(0编辑  收藏  举报