Goroutine. //定义调用体 func Add(x,y int){ z:=x+y fmt.Println(z) } //go关键字执行调用,即会产生一个goroutine并发执行 //当函数返回 ...
確定! 回上一頁