在本地获取iFrame内容

时间:2015-02-09 21:23:07

标签: javascript jquery html iframe

所以我一直试图弄清楚如何从不同的网址获取iFrame的内容(源代码)。我知道这不可能来自跨域限制,但是,如果html页面在桌面上运行怎么办?就像使用html构建的本机桌面应用程序一样,那么它可能吗?

var theIframe = document.getElementById("frame");
var theContents = theIframe.contentDocument.body;

0 个答案:

没有答案