摘要: package main import "fmt" func bibao() { func(y int) { fmt.Println(y) }(1) } func callback(f1 func()) { f1() fmt.Println(&f1) } func main() { callback 阅读全文
posted @ 2022-03-11 21:51 咖喱给给啊 阅读(26) 评论(0) 推荐(0)