标签: iframe height
可能重复: How to get the height of an iframe with javascript from inside the iframe? What about pages with multiple iframes?
我需要使用我的代码获取包含iframe的页面的浏览器窗口高度。我无法访问包含iframe的网页,也无法访问iframe本身。
我确实找到了另外一篇看起来像我需要的帖子,但答案没有用 对我来说(parent.document.body.clientHeight)。
同样设置了iframe的高度,所以我不知道这是否会影响事情。
非常感谢任何帮助。