访问网站时候,发现源码变成这个。是本地网络出问题还是对方网站被黑了?但是换成移动手机网络,又正常了。 不同的电脑不同的网站,都是如此,确定网站没有黑
<html>
<head></head>
<style type="text/css">#rbbox{position:absolute;right:0;bottom:0;width:100%;height:100%;overflow:hidden;z-Index:1}.button{display:inline;float:right;font-size:12px;cursor:pointer}</style>
<body style="overflow:scroll;overflow-y:hidden">
<iframe id="aaa" name="aaa" frameborder="0" scrolling="auto" width="100%" height="100%" style="top:0px;z-Index:-1"></iframe>
<iframe id="tst" name="tst" src="javascript:false" frameborder="0" height="1%" width="1%" scrolling="no" style="display:none"></iframe>
</body>
</html>
<script language="javascript" type="text/javascript">window.onload = function() {
var a = document.URL;
document.getElementById("aaa").src = a + "?";
var cw = window.frames['tst'];
cw.document.open();
cw.document.write('<body>');
cw.document.write('<img src="https://*****" style="display:none" />');
cw.document.write('<' + '/body>');
cw.document.close();
}</script>
换网络正常的话,应该是ISP运营商劫持