var createIframe=(function(){ var iframe; return function(){ if(!iframe){ iframe=document.createElement('iframe'); iframe.style.display='none'; document.body.appendChild(iframe); } return iframe; }})();
求解釋這段代碼,尤其是兩個return
慕田峪7331174
2018-08-01 07:10:51