iframe을 사용할 때 iframe 내부의 URL 점프는 iframe의 src 속성을 통해 직접 얻을 수 없습니다. iframe의 현재 URL을 얻는 방법 코드 복사 코드는 다음과 같습니다. parent.document.getElementById("content_info").contentWindow. location.href 여기서: content_info는 iframe의 ID입니다.