timer := time.NewTicker(2 * time.Second) for { select { case <-timer.C: go func() { log.Println(time.Now()) }() } } 赞微海报分享
近期评论