go 返回值

go语言可以把任何类型作为返回值,包括函数
比如
func func1(a int) func(){ /* 函数主体 */ }

posted @ 2021-11-29 13:16  无限指数增长  阅读(85)  评论(0)    收藏  举报