原文地址:https://blog.csdn.net/qq_39161501/article/details/99637635

引入iframes页面:
<div class="text"></div>
<iframe src="https://www.baidu.com" class="d-none" id="map_iframe"></iframe>
iframes页面:
//给父页面元素赋值
$(window.parent.document).find(".text").html('赋值');
css:
#map_iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

  

posted on 2022-01-17 14:05  多年小白  阅读(365)  评论(0编辑  收藏  举报