父窗口如何获取子窗口的IFrame中的JS方法

2024-11-04 04:41:11
推荐回答(1个)
回答1:

给iframe设置上ID
document.getElementById('iframeid').contentWindow.abc();
abc() 为子页面函数