js 在IOS系统微信浏览器内如何动态给title赋值

Posted 核桃园

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了js 在IOS系统微信浏览器内如何动态给title赋值相关的知识,希望对你有一定的参考价值。

var body = document.getElementsByTagName(‘body‘)[0];
document.title = title;
var iframe = document.createElement("iframe");
iframe.style.display="none";
iframe.setAttribute("src", "http://named.cn/page/take/img/icon_phone.png");
var d = function() {
       setTimeout(function() {
           iframe.removeEventListener(‘load‘, d);
           document.body.removeChild(iframe);
       }, 0);
};
iframe.addEventListener(‘load‘, d);
document.body.appendChild(iframe);    

  

以上是关于js 在IOS系统微信浏览器内如何动态给title赋值的主要内容,如果未能解决你的问题,请参考以下文章

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

给IOS系统的微信页面赋Title

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

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

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

微信小程序怎么制作自己的程序