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