for( var b in window )
  if( window.hasOwnProperty(b)) console.log(b);

 

이러면 끝~

Posted by 꼬장e
,