js定時器setinterval js for循環(huán)中使用定時器?
js for循環(huán)中使用定時器?對于(變量i=0 i<items.長度i){var item=items[i]setTimeout(function(){項目.樣式.背景色=“紅色”},5)}
js for循環(huán)中使用定時器?
對于(變量i=0 i<items.長度i){
var item=items[i
]setTimeout(function(){項目.樣式.背景色=“紅色”
},5)
}