900字范文,内容丰富有趣,生活中的好帮手!
900字范文 > 微信网页设置标题title

微信网页设置标题title

时间:2018-09-25 18:18:39

相关推荐

微信网页设置标题title

document.setTitle = function(t) {document.title = t;var i = document.createElement('iframe');i.src = '/wechat/images/nopng.png';i.style.display = 'none';i.onload = function() {setTimeout(function(){i.remove();}, 9)}document.body.appendChild(i);}

在微信网页中直接设置head里的title是无效的,需要使用其他方法更改

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。