在iframe框架中选取元素的方法

最外面有iframe,要选取其中的元素,可参考如下代码,注意其id要对应。

parent.document.getElementById("the_content_iframe").contentWindow.document.body