JS setTimeout 循环传入参数问题不需要计时器var str = ''for(var i=0i<4i++){ str += i+'' }console.log(str)如果你的项目里必须用计时器,最好把关联2023-04-09JavaScript250