如何遍历iframe内的全部dom元素_百度知道
最佳答案: document.getElementsByTagName('IFRAME')[0].document.getElementById('...') 或 document.getElementsByTagName('IFRAME')[0].contentWindow.document...更多关于如何遍历iframe内的全部dom元素?的问题>>
js怎么获取iframe页面中的dom元素_百度知道
[专业]答案:原理就是先在当前页面中找到你的Iframe对象varoframe=document.getElementById("iframe");再将iframe对象看着是另一个页面的文本对象varchildDome=oframe...更多关于如何遍历iframe内的全部dom元素?的问题>>