1、子页面与父页面通信 如子页面调用父页面的a函数 window.praent.a(); 2、父页面与子页面通信 如父页面调用子页面的b函数 document.getElementById('iframeId').contentWindow.b();