```go go func(...) { ... }(...) ``` 匿名函数定义:func(...) {... } 入参:() go 表示立刻启动一个 [Goroutine](Goroutine.md) 去异步执行