实用代码

1. 一直播点赞

var i=0,dsq=setInterval(function(){
  $('.praise').trigger('click');
  $('.snowfall-flakes').remove();
  if(++i==5000)clearInterval(dsq);
},50);

  

原文地址:https://www.cnblogs.com/zhenxianluo/p/6286623.html