var createIframe=(function(){ var iframe; return function(){ if(!iframe){ iframe=document.createElement('iframe'); iframe.style.display='none'; document.body.appendChild(iframe); } return iframe; }})();
添加回答
举报
0/150
提交
取消