go

函数类型转换

英文: Functions type converting 问题 你好!以下是你要翻译的内容: 如何将 func add(a, b int) int 转换为 func(...interface{}) ...