微信动态设置title

Posted Sun_Song

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了微信动态设置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);
}

以上是关于微信动态设置title的主要内容,如果未能解决你的问题,请参考以下文章

JS动态更新微信浏览器中的title

基于Vue的SPA动态修改页面title的方法

微信浏览器下动态修改 微信title

vue动态修改微信h5网页标题title

vue动态修改微信h5网页标题title

vue动态修改微信h5网页标题title