请教~函数接收器类型是函数是什么操作呀

kexuekexue · · 808 次点击
1. 你这个对类型定义与类型别名理解有点混乱,可以看看这个:https://studygolang.com/articles/22667 2. 函数也是一种类型,可以看看go的类型系统 https://gfw.go101.org/article/type-system-overview.html
#2
更多评论
可以将函数转为interface
#1