标签:ring iframe ram 方法 inf str bsp frame code
父页面获取iframe页面元素和变量
获取方法:$("#id")[0].contentWindow.showInfo();
获取元素: $("#id"
).contents().find(
"#suggestBox"
);
iframe子页面获取父页面元素变量
window.parent.showInfo();
标签:ring iframe ram 方法 inf str bsp frame code
原文地址:https://www.cnblogs.com/yafuture/p/10774121.html