var createIframe=(function(){
var iframe;
return function(){
if(!iframe){
iframe=document.createElement('iframe');
iframe.style.display='none';
document.body.appendChild(iframe);
}
return iframe;
})();
相关分类