前端定时器

function foo() {
	
}

setTimeout(foo,3000)

  

原文地址:https://www.cnblogs.com/golangav/p/7834119.html