是否可以在GoLang:func funcWithDynamicTypeArgs(param notFixedType) { }我想param我們是int和string和map和任何類型的。換句話說:是否可以Go聲明和使用function動態類型參數? 查看完整描述