每天学习一点点 编程PDF电子书.视频教程免费下载:http://www.shitanlife.com/code 其中src可能存在跨域. 现有的获取方式 var test = document.getElementsByClassName("iframeItem"); var content =test[0].contentDocument||test[0].contentWindow.document; 但是会报错跨域: Blocked a frame with origin…
If you cannot hear the sound of the genuine in you, you will all of your life spend your days on the ends of strings that somebody else pulls. 跨域iframe的高度自适应 1. 跨子域的iframe高度自适应 2. 完全跨域的iframe高度自适应 同域的我们可以轻松的做到 1. 父页面通过iframe的contentDocument或document属…