方法1:使用JS代码解屏蔽。在浏览器地址栏输入: javascript:alert(document.onselectstart = document.oncontextmenu = document.onmousedown = document.onkeydown = function(){return true;}); 2:设置浏览器屏蔽JS代码。3:查看源文件。原文:http://www.x2blog.cn/supNate/?tid=9658呵呵,如果我们使用XmlHTTP来对本身网页进行循环发送请求,不知道会不会成功呢? javascript:var a = new ActiveXObject(\'Msxml2.XMLHTTP\');var s = window.location.href;s = s.substring(s.lastIndexOf("/")+1);alert(s);a.open(\'get\', s,false);a.send();alert(a.responseText); 晕,在博客园可以,其它的有些不行 相关文章: 2021-11-20 2021-10-29 2021-12-20 2021-09-27 2021-12-15 2022-01-02 2021-11-08