for(var i=0;i<10;i++){
setTimeout(function(){
console.log(i)
},i*1000)
}
这样一直打印10
我知道用let可以
其他的写法帮忙写下 比如闭包 递归
MMMHUHU
相关分类