+
80
-

iframe无边框包裹原网站如何实现?

iframe无边框包裹原网站如何实现?

网友回复

+
0
-
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>百度</title>

</head>
<body style="margin:0px;padding:0px;overflow:hidden">
    <iframe frameborder="0" style="overflow:hidden;height:100vh;width:100vw" height="100%" width="100%" src="//www.baidu.com/">


    </iframe>
</body>
</html>

我知道答案,我要回答