iframe의 문서 객체를 얻는 목적은 DOM 작업을 수행하는 것입니다 $(function() { var result = $('#myframe').prop('contentWindow').document; console.log(result); }); 출력 결과는 문서 객체입니다