标签: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);
标签:rip class 赋值 append time iframe doc creat named
原文地址:http://www.cnblogs.com/lhy-93/p/5996073.html