iframe调用其他网站自适应
程序员文章站
2022-06-12 12:30:30
...
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta http-equiv="Cache-Control" content="no-siteapp"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"> <title></title> <style type="text/css"> body{ margin:0; padding:0; overflow: hidden; } </style> <script src="http://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script> <script type="text/javascript"> $(function(){ changeWH(); }); function changeWH(){ $("#myiframe").height($(document).height()); $("#myiframe").width($(document).width()); } window.onresize=function(){ changeWH(); } </script> </head> <body> <iframe src="http://2018-10.oss-cn-hangzhou.aliyuncs.com/zcjr/index.html" id="myiframe" frameborder="0"> </iframe> </body> </html>
下一篇: 直接返回数组的方法是最慢的
推荐阅读
-
iframe调用其他网站自适应
-
iframe里面是其他网站,怎么提取或者控制里面的内容?
-
iframe里面是其他网站,如何提取或者控制里面的内容
-
公司要与其他网站合作,要求开发接口,供合作方调用,返回的数据是json或xml格式的
-
公司要与其他网站合作,要求开发接口,供合作方调用,返回的数据是json或xml格式的
-
mui使用plus.webview.create创建窗口调用其他页面 并且窗口中使用iframe进行切换
-
网站后台登陆后iframe框架是空白,其他页面单独可以打开
-
网站后台登陆后iframe框架是空缺,其他页面单独可以打开
-
公司要与其他网站协作,要求开发接口,供合作方调用,返回的数据是json或xml格式的
-
网站后台登陆后iframe框架是空缺,其他页面单独可以打开