//延迟0.5秒事件
setTimeout(function(){
    alert(111)
},500);

//每隔5秒时间
self.setInterval(function(){
     $("span.next").click();
},5000)

点赞(0)

评论列表 共有 0 条评论

暂无评论
返回
顶部