<img src="https://solution-community.wps.cn/uploads/post/4RjE6QuFNq1.png" alt="image.png"/> <img src="https://solution-community.wps.cn/uploads/post/4RmC5YfmjHN.png" alt="image.png"/>
<img src="https://solution-community.wps.cn/uploads/post/4RjE6QuFNq1.png" alt="image.png"/> <img src="https://solution-community.wps.cn/uploads/post/4RmC5YfmjHN.png" alt="image.png"/>
请确保页面上是否有iframe,iframe的高度与实际挂载的dom节点的高度有关,可能其dom节点高度问题导致文件未显示。
if (self.frameElement && self.frameElement.tagName == "IFRAME") {
alert('在iframe中');
}
会提示在iframe中
可能其dom节点高度问题导致文件未显示。 这个我不是很理解 怎么去判断呢 我的能力还是欠缺些