iframe 框架中 父子界面的JS调用

子界面调用父界面

window.parent.hello();

父界面调用子界面

window.frmaes[i].hello();

原文地址:https://www.cnblogs.com/sdream/p/6604696.html