网页上添加个爬虫

就是一个虫子在屏幕爬来爬去的,在别人网站上爬下来的

<script type="text/javascript"> 
    $(document).ready(function() { 
    var tags_a = $("#divTags a"); 
    tags_a.each(function(){ 
    var x = 9; 
    var y = 0; 
    var rand = parseInt(Math.random() * (x - y + 1) + y); 
    $(this).addClass("tagbg"+rand); 
    });
    })  
    </script>
<img  src="https://www.ixacg.top/wp-content/uploads/2022/08/b5e9b4f86c195149.gif" style="
width:80px;
height:80px;
position:fixed;
left:200px;
top:200px;
z-index:100;
   ">

评论 0