jquery循环 定时执行
<script src="jquery-1.8.2.min.js"></script><script type="text/javascript"> var arr = new Array();var arrk = 123456;jQuery(function() { mytime = setInterval(function(){showme()}, 5000); for(var i=123456;i<=999999;i++){ arr[i] = "http://www.xx.com/index.php?a="+i; } function showme(){ //alert(arr[arrk]); window.open( arr[arrk] ); arrk += 1; if(arrk>999999) clearInterval(mytime); }});</script>
另外可以加上:
远方自动定时截屏软件【定时执行截屏自动保存】
https://dl.pconline.com.cn/download/812345.html
The end
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。