Ming: index.html과 inner.html이라는 2개의 페이지가 있다고 가정해보세요. index.html에 iframe이 있고, 이 iframe의 src는 inner.html을 가리킵니다.
지금 해야 할 일은 다음과 같습니다.
1. index.html의 inner.html에서 js 메소드를 호출합니다.
2. inner.html의 index.html에서 js 메소드를 호출합니다.
구현 코드는 다음과 같습니다.
index.html
1.
2.
inner.html
1.
2.