获取iframe的源代码 [英] Getting the source code of an iframe

查看:135
本文介绍了获取iframe的源代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

无论如何都要获取加载iframe的页面的源代码?我不想更改任何代码,我只想阅读它。我还需要能够使用javascript / html来获取它。

Is there anyway to get the source code of the page that an iframe loaded? I do not wish to CHANGE any of the code, I just want to READ it. I also need to be able to get this using javascript/html.

推荐答案

document.getElementById('iframeID').contentWindow.document.body.innerHTML

适用于Firefox,Chrome,Opera ,IE9 beta

Works in Firefox, Chrome, Opera, IE9 beta

这篇关于获取iframe的源代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆