当前位置:Gxlcms > html代码 > 获取iframe的标签属性_html/css_WEB-ITnose

获取iframe的标签属性_html/css_WEB-ITnose

时间:2021-07-01 10:21:17 帮助过:6人阅读

假如在一个iframe 的src里为一个a.jsp 我现在想在这个a.jsp中 获得 包含他的iframe的属性,如宽、高等。请问这个该怎么写。


回复讨论(解决方案)

$(window).width()
$(window).height()

自己找到方法了 window.frameElement.height

人气教程排行