码迷,mamicode.com
首页 > 微信 > 详细

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

时间:2016-10-25 11:48:26      阅读:300      评论:0      收藏:0      [点我收藏+]

标签:rip   class   赋值   append   time   iframe   doc   creat   named   

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赋值

标签:rip   class   赋值   append   time   iframe   doc   creat   named   

原文地址:http://www.cnblogs.com/lhy-93/p/5996073.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!