如何用iframe套用对方网页数据而又保持兼容的实
下面是世纪天成调用腾讯跑跑卡丁车页面的代码,确实不错以前海外IDC网小编也这么做过,需要用js什么的,特分享给大家参考。
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="gbk" /> <meta http-equiv="x-ua-compatible" content="IE=edge&【文章来自:http://www.yidunidc.com/gfcdn.html 欢迎留下您的宝贵建议】quot;> <meta name="robots" content="all" /> <meta name="author" content="Tencent-CP" /> <meta name="Description" content="跑跑卡丁车" /> <meta name="Keywords" content="跑跑卡丁车" /> <title>跑跑卡丁车-官方网站</title> </head> <!-- <frameset rows="0,*" cols="*" framespacing="0" frameborder="NO" border="0"> <frame src="#" name="topFrame" scrolling="NO" noresize=""> <frame src="https://wepop.qq.com/act/a20190104order/?adtag=sjtc" name="mainFrame"> </frameset> <noframes> <body> </body> </noframes> --> </html>
纯html实现不用js,需要的朋友可以参考一下。如果效果不好可以参考海外IDC网以前用js实现的。