没想出来这个undefined是从哪里冒出来的。。。。
<script>
count=0
function foo(){
t1=new Date()
console.log("foo执行",t1.toLocaleString(),"count=",count)
}
t=new Date()
console.log("开始",t.toLocaleString())
var interval
interval=setInterval(function(){
if(count==5){
console.log("count=15,开始清理")
clearInterval(interval)
console.log("清理结束")
console.log(console.log("清理interval",t.toLocaleString(),"count=",count))
}
t=new Date()
setTimeout(foo,10000)
console.log("+","interval执行",t.toLocaleString(),"count=",count)
count++
},1000)
</script>>
interval执行 2018/1/30 下午5:41:52 count= 0
testfiled.html:34 + interval执行 2018/1/30 下午5:41:53 count= 1
testfiled.html:34 + interval执行 2018/1/30 下午5:41:54 count= 2
testfiled.html:34 + interval执行 2018/1/30 下午5:41:55 count= 3
testfiled.html:34 + interval执行 2018/1/30 下午5:41:56 count= 4
testfiled.html:27 count=15,开始清理
testfiled.html:29 清理结束
testfiled.html:30 清理interval 2018/1/30 下午5:41:56 count= 5
testfiled.html:30 undefined
testfiled.html:34 + interval执行 2018/1/30 下午5:41:57 count= 5
testfiled.html:20 foo执行 2018/1/30 下午5:42:02 count= 6
testfiled.html:20 foo执行 2018/1/30 下午5:42:03 count= 6
testfiled.html:20 foo执行 2018/1/30 下午5:42:04 count= 6
testfiled.html:20 foo执行 2018/1/30 下午5:42:05 count= 6
testfiled.html:20 foo执行 2018/1/30 下午5:42:06 count= 6
testfiled.html:20 foo执行 2018/1/30 下午5:42:07 count= 6
喵喔喔
慕斯王
守着星空守着你
繁华开满天机
相关分类