js

js定时

//延迟0.5秒事件setTimeout(function(){    alert(111)},500);//每隔5秒时间self.setInterval(function(){     $("span.next").click();},5000)