Println("In Main Goroutine") go sub_goroutine() go func() { fmt.Println("I'm goroutine 2") }() time.Sleep(time.Second * 1)}.
確定! 回上一頁