javascrpt语言整合iframe到一个div的操作,求助
怎么实现?
iframe中用parent获取父页window作用域,父页用document.getElementById('iframe的id').contentWindow得到iframe的window作用域
前提是2个不能跨域