下面的轮播图代码是什么意思
oBtn[0].onclick = function(){
clearInterval(countClock)
if(new Date() - timer < 5500) return
change(false)
timer= new Date()
setClock()
}
oBtn[1].onclick = function(){
clearInterval(countClock)
if(new Date() - timer < 5500) return
change(true)
timer= new Date()
setClock()
}