换IFm代码
[HTML] 纯文本查看 复制代码 <html lang="en">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<script src="http://libs.baidu.com/jquery/1.7.2/jquery.min.js"></script>
<title>97解析</title>
<meta name="keywords" content="解析析">
<meta name="description" content="本解析仅用于学习交流参考,请勿非法商用!。" />
</head>
<body style="padding:0px 0px;margin:0px 0px">
<!--97解析-->
<iframe id="iframepage" allowFullScreen=ture marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" src="<?php echo 'https://jx.popo520.cn/jiexi/?url='.$_GET["url"];?>" height="100%" width="100%"></iframe>
<script>
$(function(){
var h = $(window).height();
$('body').height(h);
$(window).resize(function(){
var h = $(window).height();
$('body').height(h);
})
});
</script> |