我如何检查 golang 中的某些变量是否具有 type func,如下所示:
func A() {}
func main() {
variable := A
isFunc := IsFunc(variable) // true or false
}
宝慕林4294392
白衣染霜花
相关分类