1
CRVV Aug 25, 2020
|
2
Vegetable Aug 25, 2020
f := v.Interface().(func() int)
|
3
Vegetable Aug 25, 2020
得注意函数的类型必须包括参数和返回
|