css
iframe{
width: 100%;
border: none;
overflow: hidden;
margin-bottom: -4.5px;
height: calc(100vh);
}
html
<iframe src="链接"></iframe>
js
document.getElementById("frame的id").src="链接";
css
iframe{
width: 100%;
border: none;
overflow: hidden;
margin-bottom: -4.5px;
height: calc(100vh);
}
html
<iframe src="链接"></iframe>
document.getElementById("frame的id").src="链接";
info 还没有任何评论,你来说两句呐!