Sleep (250 * time.Millisecond) i++ fmt.Println(i) } func routine(command <-chan string, wg *sync.WaitGroup) { defer wg.Done() var status = "Play" for ...
確定! 回上一頁